Legacy YAML / Detail

export / export_articles_properties_tre

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
export_articles_properties_tre 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: enhanceEngine #config - credetials of source connection service
Target_Config: exportEngine #config - credentials of target connection service

#Source
Source_Datapool: iwm_articles_properties  #sql from

Read_Conditions:  #sql where - Read-Filter
  - iwm_articles_properties.firma = 3

Joins:
- Join: #each condition is joined with "AND"
  Datapool: articles_new
  Join_Condition: iwm_articles_properties.ordernumber = articles_new.ordernumber AND iwm_articles_properties.firma = articles_new.attr1

Mapping:
  Include_Mapping_properties_shop: properties_shops

#Target
Datapool: export_articles_properties_tre #sql table
Primary_Key: [ordernumber, firma]

Metadata

Erkannte Konfiguration

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

Source_Config enhanceEngine
Target_Config exportEngine
Source_Datapool iwm_articles_properties
Read_Conditions [ "iwm_articles_properties.firma = 3" ]
Joins [ { "Join": null, "Datapool": "articles_new", "Join_Condition": "iwm_articles_properties.ordernumber = articles_new.ordernumber AND iwm_articles_properties.firma = articles_new.attr1" } ]
Mapping { "Include_Mapping_properties_shop": "properties_shops" }
Datapool export_articles_properties_tre
Primary_Key [ "ordernumber", "firma" ]