Engine / Editor
export_categories_tre_old
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 #sql from Joins: - Left_Join: #each condition is joined with "AND" Datapool: iwm_stock Join_Condition: articles.ordernumber = iwm_stock.ordernumber AND articles.attr1 = iwm_stock.firma # One row per JOIN Read_Conditions: #sql where - Read-Filter - articles.active_tre = 1 and articles.attr1 = 3 #Mapping -> Mappings source fields are detected by Mapping Mapping: ordernumber: Source: articles.ordernumber mainnumber: Source: articles.mainnumber category: Source: articles.categoryPath_ost attr1: Source: articles.attr1 In_Export: no Field_Adapter: - replace: [';', ''] attr2: Source: articles.attr2 In_Export: no Field_Adapter: - replace: [';', ''] attr11: Source: articles.attr11 In_Export: no Field_Adapter: - replace: [';', ''] stock_witten: Source: iwm_stock.witten In_Export: 'no' price_EK: Source: articles.price_tre In_Export: no Field_Adapter: - replace: [',', ''] - replace: ['.', ','] Filters: #In-Memory-Filter (Write-Filter) -> datasets matched by the filter condition are not in the result set (they are filtered out) - Filter: name: Mindestbestand condition: (price_EK < 6) AND (stock_witten < 10) AND (attr2 == 90 or attr2 == 91 or attr2 == 92 or attr2 == 96 or attr2 == 101) AND (attr11 == 'L') reason: 'Mindestbestand (price < 6) AND (stock_witten < 10) AND (attr2 == 90 or attr2 == 91 or attr2 == 92 or attr2 == 96 or attr2 == 101) AND (attr11 == L)' - Filter: name: 'Mindestbestand' condition: (price_EK < 25) AND (stock_witten < 3) AND (attr2 == 90 or attr2 == 91 or attr2 == 92 or attr2 == 96 or attr2 == 101) AND (attr11 == 'L') reason: 'Mindestbestand (price < 25) AND (stock_witten < 3) AND (attr2 == 90 or attr2 == 91 or attr2 == 92 or attr2 == 96 or attr2 == 101) AND (attr11 == L)' - Filter: name: 'Mindestbestand' condition: (price_EK < 100) AND (stock_witten < 1) AND (attr2 == 90 or attr2 == 91 or attr2 == 92 or attr2 == 96 or attr2 == 101) AND (attr11 == 'L') reason: 'Mindestbestand (price < 100) AND (stock_witten < 1) AND (attr2 == 90 or attr2 == 91 or attr2 == 92 or attr2 == 96 or attr2 == 101) AND (attr11 == L)' #Target Datapool: export_categories_tre #sql table Primary_Key: [ordernumber, attr1]
Definition aktualisieren