Legacy YAML / Detail

unitize / moebelshop_s_articles_details

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
moebelshop_s_articles_details 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: moebelshop_s_articles_details
Source_Primary_Key: [ordernumber]
Target_Primary_Key: [ordernumber] #always primary key for target datapool. primary key of source pool can be read from the pool itself.

Datapool: moebelshop_s_articles_details

Datapool_Definition:
    ArticleId: VARCHAR(255) DEFAULT NULL
    ArticleDetailsId: VARCHAR(255) DEFAULT NULL
    ordernumber: VARCHAR(255) NOT NULL

Mapping:
    ArticleId: moebelshop_s_articles_details.ArticleId
    ArticleDetailsId: moebelshop_s_articles_details.ArticleDetailsId
    ordernumber: moebelshop_s_articles_details.ordernumber

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 moebelshop_s_articles_details
Source_Primary_Key [ "ordernumber" ]
Target_Primary_Key [ "ordernumber" ]
Datapool moebelshop_s_articles_details
Datapool_Definition { "ArticleId": "VARCHAR(255) DEFAULT NULL", "ArticleDetailsId": "VARCHAR(255) DEFAULT NULL", "ordernumber": "VARCHAR(255) NOT NULL" }
Mapping { "ArticleId": "moebelshop_s_articles_details.ArticleId", "ArticleDetailsId": "moebelshop_s_articles_details.ArticleDetailsId", "ordernumber": "moebelshop_s_articles_details.ordernumber" }