Engine / Editor
unitize_iwm_articles_tvk_4_EPREL
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
unitize
Runner
1
Revisionen
Editor
Engine bearbeiten
Definitionstyp
Runner-Typ
Name
Titel
Status
draft
active
archived
YAML-Inhalt
Engine: Unitize Source_Config: importEngine Target_Config: unitizeEngine Mysql_Engine: InnoDB Default_Charset: latin1 Source_Connection_Type: database Source_Database_Connection_Service: DatabaseConnectionService Source_Datapool: iwm_articles_tkz_4 Source_Primary_Key: [ordernumber, firma] Target_Primary_Key: [ordernumber, firma] Datapool: iwm_articles_tvk_4_eprel Datapool_Definition: firma: VARCHAR(255) NOT NULL ordernumber: VARCHAR(255) NOT NULL arte: VARCHAR(255) DEFAULT NULL eprel: MEDIUMTEXT DEFAULT NULL Mapping: firma: Source: t1.firma ordernumber: Source: t1.ordernumber arte: Source: t1.arte eprel: Source: t1.eek Sql: SELECT * FROM ( SELECT FIRMA as firma, ORDERNUMBER as ordernumber, ORDERNUMBER as arte, GROUP_CONCAT(EEK SEPARATOR '|') as eek FROM `iwm_articles_tkz_4` WHERE EEK LIKE '%EPREL%' GROUP BY ORDERNUMBER, FIRMA ) as t1
Definition aktualisieren