Engine / Editor
export_ametr_pflicht_pil
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 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 Ausfuehrung: VARCHAR(10) NOT NULL PIL_Pflicht_Ja_Nein: VARCHAR(255) DEFAULT NULL #Mapping -> Mappings source fields are detected by Mapping Mapping: Artikelnr: Source: t1.arte Ausfuehrung: Source: t1.ordernumber Field_Adapter: - explode: ['-', 1] - replace_empty: '0' PIL_Pflicht_Ja_Nein: Source: t1.pil_needed #Target Datapool: export_ametr_pflicht_pil #sql table Primary_Key: [Artikelnr, Ausfuehrung]
Definition aktualisieren