Engine / Editor
export_ametr_direktversand
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: utf8 #Source Source_Datapool: articles_new_filtered_copy_without_reason #sql from #articles_new_filtered_copy_without_reason has to be copied manually and column filter_reason has to be removed Sql: SELECT * FROM ( SELECT * FROM articles_new UNION SELECT * FROM articles_new_filtered ) as t1 group by ordernumber Datapool_Definition: Artikelnr: VARCHAR(255) NOT NULL Auspraegung: VARCHAR(255) NOT NULL Direktversand_moeglich_ja: VARCHAR(255) DEFAULT NULL #Mapping -> Mappings source fields are detected by Mapping Mapping: Artikelnr: Source: t1.arte Auspraegung: Source: t1.ordernumber File_Field_Adapter: File: export_ametr_direktversand.Auspraegung Direktversand_moeglich_ja: Source: t1.swag_attr23 Field_Adapter: - replace_greater: [0,1] - replace_empty: 0 #Target Datapool: export_ametr_direktversand #sql table Primary_Key: [Artikelnr, Auspraegung]
Definition aktualisieren