Engine / Editor
export_articles_parents_sw6
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.ordernumber LIKE '%-1' or articles_new.ordernumber LIKE '%-3' Mapping_Vars: shop: 'oms' inhouse_shop: '' 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) - Filter: name: 'Filter for all articles without test articles' condition: (supplier != 'SANSIBAR') AND (supplier != 'WESCO') AND(supplier != 'TRIO') AND(supplier != 'MONDO') AND(supplier != 'HAKU') AND (supplier != 'Casa Nova') AND (supplier != 'BOSCH') AND (supplier != 'TEKO') AND (supplier != 'JOOP!') AND (supplier != 'JANINE') AND (supplier != 'MCA') AND (supplier != 'JAHNKE') AND (supplier != 'PAIDI') reason: 'Filter for all articles without test articles' - Filter: name: 'Preis ungueltig oder noch nicht ermittelt' condition: (price_EK == '') or (price_EK == '0.00') or (price_EK == '0,00') or (price_EK == '0,0') reason: 'alle Preise = 0 - evtl. noch nicht ermittelt' - Filter: name: 'channel group filter online shops' condition: In_Pool_Filter_Adapter: Config: importEngine Datapool: static_filter_inactive_articles_online Reason_Key: reason Mapping: #left is from current datapool, right from filter datapool supplier_number: supplier_number supplier: supplier_name ordernumber: ordernumber attr1: attr1 attr2: attr2 attr3: attr3 attr4: attr4 attr11: attr11 attr12: attr12 price_EK: price stock: stock stock_witten: stock_witten name: name description_long: description auslaufkennzeichen: auslauf bestellsperre: bestellsperre - Filter: name: 'channelfilter moebel-shop.de' condition: In_Pool_Filter_Adapter: Config: importEngine Datapool: static_filter_inactive_articles_oms Reason_Key: reason Mapping: #left is from current datapool, right from filter datapool supplier_number: supplier_number supplier: supplier_name ordernumber: ordernumber attr1: attr1 attr2: attr2 attr3: attr3 attr4: attr4 attr11: attr11 attr12: attr12 price_EK: price stock: stock stock_witten: stock_witten name: name description_long: description auslaufkennzeichen: auslauf bestellsperre: bestellsperre #Target Datapool: export_articles_parents_sw6 #sql table Primary_Key: [ordernumber, attr1]
Definition aktualisieren