Engine / Editor
export_articles_parents_sw6_oms
Mandant default
Pipelines
Engines
Include Mappings
Filter
Überblick
Editor
Validierung
Metadaten
Revisionen
Zurück
Altbestand
Engine bearbeiten
Bestand öffnen
Altbestand
Zum Editor
Run erst mit Status active
DRAFT
Status
engine
Typ
export
Runner
1
Revisionen
Editor
Engine bearbeiten
Definitionstyp
Runner-Typ
Name
Titel
Status
draft
active
archived
YAML-Inhalt
#Connections Source_Config: enhanceEngine #config - credetials of source connection service Target_Config: exportEngine #config - credentials of target connection service #Source Source_Datapool: articles_new #sql from Joins: - Left_Join: #each condition is joined with "AND" Datapool: iwm_articles_stock Join_Condition: articles_new.ordernumber = iwm_articles_stock.ordernumber AND articles_new.attr1 = iwm_articles_stock.firma # One row per JOIN - Left_Join: Datapool: iwm_articles_properties Join_Condition: articles_new.ordernumber = iwm_articles_properties.ordernumber and articles_new.attr1 = iwm_articles_properties.firma Read_Conditions: #sql where - Read-Filter - articles_new.active_oms = 1 - articles_new.ordernumber LIKE '%-1' Mapping_Vars: shop: 'oms' inhouse_shop: '_oms' stammdaten_pool: 'articles_new' parents: '_parents' #only needed with content 'parents' if it is a parents articles file Mapping: Include_Mapping_export_articles: export_articles_sw6 Filters: #In-Memory-Filter (Write-Filter) -> datasets matched by the filter condition are not in the result set (they are filtered out) #- Include_Filter: test_articles_sw6 - Include_Filter: price_EK_equals_0 - Include_Filter: channel_group_online_shops - Include_Filter: channel_moebelshop_de #Target Datapool: export_articles_parents_sw6_oms #sql table Primary_Key: [ordernumber, attr1]
Definition aktualisieren