Engine / Editor
export_articles_ost_idealo_local
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 Mysql_Engine: InnoDB Default_Charset: latin1 #Source Source_Datapool: articles_new #sql from Read_Conditions: #sql where - Read-Filter - articles_new.attr1 = 1 - articles_new.instock > 0 Datapool_Definition: artikelnummer: VARCHAR(255) NOT NULL title: VARCHAR(255) DEFAULT NULL description: MEDIUMTEXT DEFAULT NULL image_link: VARCHAR(255) DEFAULT NULL condition1: VARCHAR(255) DEFAULT NULL gtin: VARCHAR(255) DEFAULT NULL brand: VARCHAR(255) DEFAULT NULL google_product_category: VARCHAR(255) DEFAULT NULL mpn: VARCHAR(255) DEFAULT NULL price: VARCHAR(255) DEFAULT NULL Mapping: artikelnummer: articles_new.ordernumber title: articles_new.name_ost description: Source: articles_new.description_long_ost Field_Adapter: - replace: [';', ''] image_link: Source: articles_new.imageUrl Field_Adapter: - explode: [',', 0] #explode source field by ',' and chooses the first element condition1: (new) gtin: articles_new.ean brand: Source: articles_new.supplier_ost Field_Adapter: - replace: ['Sonstige',''] google_product_category: IF(articles_new.cat_google = "", "Möbel",articles_new.cat_google) AS google_product_category mpn: articles_new.attr9 price: articles_new.price_ost Filters: - Filter: name: not_in_stock_google_local condition: Not_In_Pool_Filter_Adapter: Config: exportEngine Datapool: export_articles_stock_ost_google_local Local_Key: itemid Cross_Key: itemid reason: 'not_in_stock_google_local' #Target Datapool: export_articles_ost_idealo_local #sql table Primary_Key: [artikelnummer]
Definition aktualisieren