Legacy YAML / Detail

enhance / enhance_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
Target_Datapool: iwm_articles_texte



Mapping:
    txkey:
      Source: iwm_articles_texte.txkey
    firma: iwm_articles_texte.firma
    arte:
      Source: iwm_articles_texte.txkey
      Field_Adapter:
        - substr: [-6]
    text:
      Source: iwm_articles_texte.text
      Cross_Field_Adapter:
        Config: unitizeEngine
        Cross_Datapool: iwm_articles_texte #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_on_empty_match: 1 #This options keeps the value from base datapool, if there is no match in cross pool. Otherwise the value would be empty


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
Target_Datapool iwm_articles_texte
Mapping { "txkey": { "Source": "iwm_articles_texte.txkey" }, "firma": "iwm_articles_texte.firma", "arte": { "Source": "iwm_articles_texte.txkey", "Field_Adapter": [ { "substr": [ -6 ] } ] }, "text": { "Source": "iwm_articles_texte.text", "Cross_Field_Adapter": { "Config": "unitizeEngine", "Cross_Datapool": "iwm_articles_texte", "Cross_Field": "text", "Mapping": { "arte": "arte", "firma": "firma" }, "Options": [ { "keep_on_empty_match": 1 } ] } } }
Filters [ { "Filter": { "name": "Empty_Texts", "condition": "text == ''", "reason": "empty texts" } } ]