Legacy YAML / Detail

unitize / articles_stock_tre_google_local

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

Datapool: tre_articles_stock_google_local


Datapool_Definition:
    ordernumber: VARCHAR(255) NOT NULL
    store_code: VARCHAR(255) NOT NULL
    itemid: VARCHAR(255) DEFAULT NULL
    price: VARCHAR(255) DEFAULT NULL
    quantity: VARCHAR(255) DEFAULT NULL
    availability: VARCHAR(255) DEFAULT NULL
    pickup_method: VARCHAR(255) DEFAULT NULL
    pickup_sla: VARCHAR(255) DEFAULT NULL


Mapping:
    ordernumber: trends_s_articles_details.ordernumber
    store_code: ()
    itemid: CONCAT(trends_s_articles_details.ArticleId, trends_s_articles_details.ArticleDetailsId) as itemid
    price: (0)
    quantity: (0)
    availability: (0)
    pickup_method: (0)
    pickup_sla: (0)

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 trends_s_articles_details
Source_Primary_Key [ "ordernumber", "store_code" ]
Target_Primary_Key [ "ordernumber", "store_code" ]
Datapool tre_articles_stock_google_local
Datapool_Definition { "ordernumber": "VARCHAR(255) NOT NULL", "store_code": "VARCHAR(255) NOT NULL", "itemid": "VARCHAR(255) DEFAULT NULL", "price": "VARCHAR(255) DEFAULT NULL", "quantity": "VARCHAR(255) DEFAULT NULL", "availability": "VARCHAR(255) DEFAULT NULL", "pickup_method": "VARCHAR(255) DEFAULT NULL", "pickup_sla": "VARCHAR(255) DEFAULT NULL" }
Mapping { "ordernumber": "trends_s_articles_details.ordernumber", "store_code": "()", "itemid": "CONCAT(trends_s_articles_details.ArticleId, trends_s_articles_details.ArticleDetailsId) as itemid", "price": "(0)", "quantity": "(0)", "availability": "(0)", "pickup_method": "(0)", "pickup_sla": "(0)" }