Legacy YAML / Detail

unitize / unitize_dynamic_mapping_categories

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
dynamic_mapping_categories 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: dynamic_mapping_categories
Source_Primary_Key: [Produktart, Shop_category, google_category_ID]
Target_Primary_Key: [Produktart, Shop_category, google_category_ID] #always primary key for target datapool. primary key of source pool can be read from the pool itself.
Datapool: dynamic_mapping_categories



Datapool_Definition:
    Produktart: VARCHAR(50) NOT NULL
    Shop_category: VARCHAR(255) NOT NULL
    google_category_ID: VARCHAR(20) NOT NULL


Mapping:
    Produktart: dynamic_mapping_categories.Produktart
    Shop_category: dynamic_mapping_categories.Shop_category
    google_category_ID: dynamic_mapping_categories.google_category_ID

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 dynamic_mapping_categories
Source_Primary_Key [ "Produktart", "Shop_category", "google_category_ID" ]
Target_Primary_Key [ "Produktart", "Shop_category", "google_category_ID" ]
Datapool dynamic_mapping_categories
Datapool_Definition { "Produktart": "VARCHAR(50) NOT NULL", "Shop_category": "VARCHAR(255) NOT NULL", "google_category_ID": "VARCHAR(20) NOT NULL" }
Mapping { "Produktart": "dynamic_mapping_categories.Produktart", "Shop_category": "dynamic_mapping_categories.Shop_category", "google_category_ID": "dynamic_mapping_categories.google_category_ID" }