Engine / Editor
iwm_articles_new_bssp_and_aslf
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_new_bssp_and_auslauf Source_Primary_Key: [ORDERNUMBER, FIRMA, VERKAUFSHAUS] Target_Primary_Key: [ordernumber, firma, auspraegungsnummer, verkaufshaus] #always primary key for target datapool. primary key of source pool can be read from the pool itself. Datapool: iwm_articles_new_bssp_and_auslauf Add_Indices: - Add_Index: Datapool: iwm_articles_new Index_Name: idx_FIRMA_MAINNUMBER Fields: FIRMA, MAINNUMBER - Add_Index: Datapool: iwm_articles_new_bssp_and_auslauf Index_Name: idx_FIRMA_AMARTE Fields: FIRMA, AMARTE Joins: - Left_Join: Datapool: iwm_articles_new Join_Condition: iwm_articles_new.FIRMA = iwm_articles_new_bssp_and_auslauf.FIRMA and iwm_articles_new.MAINNUMBER = iwm_articles_new_bssp_and_auslauf.AMARTE Datapool_Definition: firma: VARCHAR(2) NOT NULL ordernumber: VARCHAR(255) NOT NULL mainnumber: VARCHAR(255) DEFAULT NULL auspraegungsnummer: VARCHAR(255) NOT NULL verkaufshaus: VARCHAR(2) NOT NULL bestellsperre: VARCHAR(255) NOT NULL auslaufkennzeichen: VARCHAR(255) DEFAULT NULL Mapping: firma: iwm_articles_new_bssp_and_auslauf.FIRMA auspraegungsnummer: Source: iwm_articles_new.AUSPRAEGUNGSNUMMER Field_Adapter: - replace_empty: 0 ordernumber: IF(iwm_articles_new.AUSPRAEGUNGSNUMMER is null, iwm_articles_new_bssp_and_auslauf.AMARTE, IF(iwm_articles_new.AUSPRAEGUNGSNUMMER = 0, IF (iwm_articles_new_bssp_and_auslauf.AMARTE is null, iwm_articles_new.MAINNUMBER, iwm_articles_new_bssp_and_auslauf.AMARTE), IF (iwm_articles_new_bssp_and_auslauf.AMARTE is null, CONCAT(iwm_articles_new.MAINNUMBER,'-',iwm_articles_new.AUSPRAEGUNGSNUMMER) , CONCAT(iwm_articles_new_bssp_and_auslauf.AMARTE,'-',iwm_articles_new.AUSPRAEGUNGSNUMMER)))) as ordernumber mainnumber: iwm_articles_new_bssp_and_auslauf.AMARTE verkaufshaus: iwm_articles_new_bssp_and_auslauf.VERKAUFSHAUS bestellsperre: iwm_articles_new_bssp_and_auslauf.BESTELLSPERRE auslaufkennzeichen: iwm_articles_new_bssp_and_auslauf.AUSLAUF
Definition aktualisieren