Legacy YAML / Detail

unitize / iwm_articles_new_bssp_and_aslf

Unveränderter Legacy-Dateistand mit sicherem Importpfad in die Workbench und direkter Sicht auf Roh-YAML, Metadaten und erkannte Features.

RLS aktiv Host ortho-live

Legacy-Definition sicher vergleichen

Diese Detailansicht zeigt den unveränderten Legacy-Dateistand. Von hier aus lässt sich die Definition als Draft in die Workbench übernehmen und dort weiter bearbeiten, ohne das Original im Dateisystem anzutasten.

engine Typ
valid Parse-Status
Managed Status
draft
iwm_articles_new_bssp_and_auslauf Kurzinfo

Raw YAML

Dateiinhalt

Der Inhalt wird read-only aus dem Legacy-Dateisystem geladen. Bearbeitbar wird er erst nach dem Import in die Workbench.

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

Metadata

Erkannte Konfiguration

Diese Sicht basiert auf der aktuell lesbaren Legacy-Datei und hilft beim Vergleichen vor dem Import.

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" ]
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": null, "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" }