Engine / Editor
export_union_prices_and_neuanlagen_tre
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: exportEngine #config - credetials of source connection service Target_Config: exportEngine #config - credentials of target connection service Mysql_Engine: InnoDB Default_Charset: utf8 #Source Source_Datapool: export_iwm_articles_prices_tre #sql from Sql: SELECT * FROM ( SELECT * FROM export_iwm_articles_prices_tre UNION SELECT * FROM export_iwm_articles_prices_tre_neuanlagen ) as t1 group by ordernumber Datapool_Definition: ordernumber: VARCHAR(20) NOT NULL mainnumber: VARCHAR(20) DEFAULT NULL price_EK: VARCHAR(10) DEFAULT NULL pseudoprice_EK: VARCHAR(10) DEFAULT NULL baseprice_EK: VARCHAR(10) DEFAULT NULL shippingcosts: VARCHAR(20) DEFAULT NULL #Mapping -> Mappings source fields are detected by Mapping Mapping: ordernumber: Source: t1.ordernumber mainnumber: Source: t1.mainnumber price_EK: Source: t1.price_EK pseudoprice_EK: Source: t1.pseudoprice_EK baseprice_EK: Source: t1.baseprice_EK shippingcosts: Source: t1.shippingcosts #Target Datapool: export_union_prices_and_neuanlagen_tre #sql table Primary_Key: [ordernumber]
Definition aktualisieren