Legacy YAML / Detail

export / export_articles_properties_bil

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_bil 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

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 -> Mappings source fields are detected by Mapping
Mapping:
 ordernumber:
   Source: iwm_articles_properties.ordernumber
 mainnumber:
  Source: iwm_articles_properties.mainnumber
 property_group_name:
  Source: iwm_articles_properties.propertyGroupName
 property_value_name:
  Source: iwm_articles_properties.propertyValueName


#Target
Datapool: export_articles_properties_bil #sql table
Primary_Key: [ordernumber]

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
Joins [ { "Join": null, "Datapool": "articles_new", "Join_Condition": "iwm_articles_properties.ordernumber = articles_new.ordernumber AND iwm_articles_properties.firma = articles_new.attr1" } ]
Mapping { "ordernumber": { "Source": "iwm_articles_properties.ordernumber" }, "mainnumber": { "Source": "iwm_articles_properties.mainnumber" }, "property_group_name": { "Source": "iwm_articles_properties.propertyGroupName" }, "property_value_name": { "Source": "iwm_articles_properties.propertyValueName" } }
Datapool export_articles_properties_bil
Primary_Key [ "ordernumber" ]