Legacy YAML / Detail

enhance / enhance_iwm_articles_texte

Unveränderter Legacy-Dateistand mit sicherem Importpfad in die Workbench und direkter Sicht auf Roh-YAML, Metadaten und erkannte Features.

RLS aktiv Host ortho-live

Legacy-Definition sicher vergleichen

Diese Detailansicht zeigt den unveränderten Legacy-Dateistand. Von hier aus lässt sich die Definition als Draft in die Workbench übernehmen und dort weiter bearbeiten, ohne das Original im Dateisystem anzutasten.

engine Typ
valid Parse-Status
Managed Status
draft
enhanceEngine Kurzinfo

Raw YAML

Dateiinhalt

Der Inhalt wird read-only aus dem Legacy-Dateisystem geladen. Bearbeitbar wird er erst nach dem Import in die Workbench.

#Connections
Source_Config: unitizeEngine #config - credetials of source connection service
Target_Config: enhanceEngine #config - credentials of target connection service
#Engine Mode
Engine_Mode: full

Source_Datapool: iwm_articles_texte_arht
Target_Datapool: iwm_articles_texte

Mapping:
    firma: iwm_articles_texte_arht.firma
    arte: iwm_articles_texte_arht.arte
    text:
      Source: iwm_articles_texte_arht.text
      Cross_Field_Adapter:
        Config: enhanceEngine
        Cross_Datapool: iwm_articles_texte_txt40 #name of cross datapool
        Cross_Field: text #field to select value from in cross datapool
        Mapping: #cross field adapter with more than one key
          arte: arte
          firma: firma
        Options:
          keep_existing: true #This options leads to keep existing entries. So they are not overwritten by cross datapool



Filters:
  - Filter:
      name: Empty_Texts
      condition: text == ''
      reason: 'empty texts'

Metadata

Erkannte Konfiguration

Diese Sicht basiert auf der aktuell lesbaren Legacy-Datei und hilft beim Vergleichen vor dem Import.

Source_Config unitizeEngine
Target_Config enhanceEngine
Engine_Mode full
Source_Datapool iwm_articles_texte_arht
Target_Datapool iwm_articles_texte
Mapping { "firma": "iwm_articles_texte_arht.firma", "arte": "iwm_articles_texte_arht.arte", "text": { "Source": "iwm_articles_texte_arht.text", "Cross_Field_Adapter": { "Config": "enhanceEngine", "Cross_Datapool": "iwm_articles_texte_txt40", "Cross_Field": "text", "Mapping": { "arte": "arte", "firma": "firma" }, "Options": { "keep_existing": true } } } }
Filters [ { "Filter": { "name": "Empty_Texts", "condition": "text == ''", "reason": "empty texts" } } ]