Legacy YAML / Detail

export / drop_iwm_articles_prices_bil

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
export_iwm_articles_prices_bil_old Kurzinfo

Raw YAML

Dateiinhalt

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

#Connections
Source_Config: exportEngine #config - credetials of source connection service
Target_Config: exportEngine #config - credentials of target connection service
Mysql_Engine: InnoDB
Default_Charset: utf8

#Source
Source_Datapool: export_iwm_articles_prices_bil  #sql from

Sql: drop table export_iwm_articles_prices_bil


Datapool_Definition:
  ordernumber: VARCHAR(20) NOT NULL
  mainnumber: VARCHAR(20) DEFAULT NULL
  attr13: VARCHAR(255) DEFAULT NULL
  price_EK: VARCHAR(10) DEFAULT NULL
  pseudoprice_EK: VARCHAR(10) DEFAULT NULL
  baseprice_EK: VARCHAR(10) DEFAULT NULL
  shippingcosts: VARCHAR(20) DEFAULT NULL
 # montage: VARCHAR(10) DEFAULT NULL

#Mapping -> Mappings source fields are detected by Mapping
Mapping:
  ordernumber:
    Source: t1.ordernumber
  mainnumber:
    Source: t1.mainnumber
  attr13:
    Source: t1.attr13
  price_EK:
    Source: t1.price_EK
  pseudoprice_EK:
    Source: t1.pseudoprice_EK
  baseprice_EK:
    Source: t1.baseprice_EK
  shippingcosts:
    Source: t1.shippingcosts
#  montage:
#    Source: t1.montage

#Target
Datapool: export_iwm_articles_prices_bil_old #sql table
Primary_Key: [ordernumber]

Metadata

Erkannte Konfiguration

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

Source_Config exportEngine
Target_Config exportEngine
Mysql_Engine InnoDB
Default_Charset utf8
Source_Datapool export_iwm_articles_prices_bil
Sql drop table export_iwm_articles_prices_bil
Datapool_Definition { "ordernumber": "VARCHAR(20) NOT NULL", "mainnumber": "VARCHAR(20) DEFAULT NULL", "attr13": "VARCHAR(255) DEFAULT NULL", "price_EK": "VARCHAR(10) DEFAULT NULL", "pseudoprice_EK": "VARCHAR(10) DEFAULT NULL", "baseprice_EK": "VARCHAR(10) DEFAULT NULL", "shippingcosts": "VARCHAR(20) DEFAULT NULL" }
Mapping { "ordernumber": { "Source": "t1.ordernumber" }, "mainnumber": { "Source": "t1.mainnumber" }, "attr13": { "Source": "t1.attr13" }, "price_EK": { "Source": "t1.price_EK" }, "pseudoprice_EK": { "Source": "t1.pseudoprice_EK" }, "baseprice_EK": { "Source": "t1.baseprice_EK" }, "shippingcosts": { "Source": "t1.shippingcosts" } }
Datapool export_iwm_articles_prices_bil_old
Primary_Key [ "ordernumber" ]