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.
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.
Raw YAML
Der Inhalt wird read-only aus dem Legacy-Dateisystem geladen. Bearbeitbar wird er erst nach dem Import in die Workbench.
#Connections
Source_Config: enhanceEngine #config - credetials of source connection service
Target_Config: exportEngine #config - credentials of target connection service
Mysql_Engine: InnoDB
Default_Charset: latin1
#Source
Source_Datapool: articles_new #sql from
Joins:
- Left_Join: #each condition is joined with "AND"
Datapool: ostermann_s_articles_details
Join_Condition: articles_new.ordernumber = ostermann_s_articles_details.ordernumber
- Left_Join:
Datapool: iwm_articles_properties
Join_Condition: articles_new.ordernumber = iwm_articles_properties.ordernumber AND articles_new.attr1 = iwm_articles_properties.firma
# - Left_Join:
# Datapool: shopware_article_info
# Join_Condition: articles_new.ordernumber = shopware_article_info.ordernumber AND articles_new.attr1 = 1 AND shopware_article_info.shop = 'ost'
- Left_Join:
Datapool: export_for_dataengine
Join_Condition: articles_new.ordernumber = export_for_dataengine.ordernumber AND export_for_dataengine.shop = 'ost'
Read_Conditions: #sql where - Read-Filter
- articles_new.attr1 = 1
- articles_new.attr2 != 60
- articles_new.attr2 != 63
Datapool_Definition:
# ordernumber: VARCHAR(255) NOT NULL
id: VARCHAR(255) NOT NULL
title: VARCHAR(255) DEFAULT NULL
description: MEDIUMTEXT DEFAULT NULL
google_product_category: VARCHAR(255) DEFAULT NULL
product_type: VARCHAR(255) DEFAULT NULL
link: VARCHAR(400) DEFAULT NULL
image_link: VARCHAR(255) DEFAULT NULL
additional_image_link: TEXT DEFAULT NULL
condition1: VARCHAR(255) DEFAULT NULL
availability: VARCHAR(255) DEFAULT NULL
price: VARCHAR(255) DEFAULT NULL
sale_price: VARCHAR(255) DEFAULT NULL
brand: VARCHAR(255) DEFAULT NULL
gtin: VARCHAR(255) DEFAULT NULL
mpn: VARCHAR(255) DEFAULT NULL
ads_grouping: VARCHAR(255) DEFAULT NULL
custom_label_0: VARCHAR(255) DEFAULT NULL
custom_label_1: VARCHAR(255) DEFAULT NULL
custom_label_2: VARCHAR(255) DEFAULT NULL
custom_label_3: VARCHAR(255) DEFAULT NULL
custom_label_4: VARCHAR(255) DEFAULT NULL
color: VARCHAR(255) DEFAULT NULL
size: VARCHAR(255) DEFAULT NULL
material: VARCHAR(255) DEFAULT NULL
pattern: VARCHAR(255) DEFAULT NULL
energy_efficiency_class: VARCHAR(255) DEFAULT NULL
shipping_weight: VARCHAR(255) DEFAULT NULL
shipping: VARCHAR(255) DEFAULT NULL
Mapping_Vars:
shop: 'ost'
Mapping:
Include_Mapping_export_awin: export_criteo
Filters:
- Include_Filter: empty_id
- Filter:
name: not_in_stock_google_local
condition:
Not_In_Pool_Filter_Adapter:
Config: exportEngine
Datapool: export_articles_ost
Local_Key: ordernumber
Cross_Key: ordernumber
reason: 'not in ostermannn online export'
#Target
Datapool: export_articles_ost_criteo #sql table
Primary_Key: [id]
Metadata
Diese Sicht basiert auf der aktuell lesbaren Legacy-Datei und hilft beim Vergleichen vor dem Import.
| Source_Config | enhanceEngine |
|---|---|
| Target_Config | exportEngine |
| Mysql_Engine | InnoDB |
| Default_Charset | latin1 |
| Source_Datapool | articles_new |
| Joins | [ { "Left_Join": null, "Datapool": "ostermann_s_articles_details", "Join_Condition": "articles_new.ordernumber = ostermann_s_articles_details.ordernumber" }, { "Left_Join": null, "Datapool": "iwm_articles_properties", "Join_Condition": "articles_new.ordernumber = iwm_articles_properties.ordernumber AND articles_new.attr1 = iwm_articles_properties.firma" }, { "Left_Join": null, "Datapool": "export_for_dataengine", "Join_Condition": "articles_new.ordernumber = export_for_dataengine.ordernumber AND export_for_dataengine.shop = 'ost'" } ] |
| Read_Conditions | [ "articles_new.attr1 = 1", "articles_new.attr2 != 60", "articles_new.attr2 != 63" ] |
| Datapool_Definition | { "id": "VARCHAR(255) NOT NULL", "title": "VARCHAR(255) DEFAULT NULL", "description": "MEDIUMTEXT DEFAULT NULL", "google_product_category": "VARCHAR(255) DEFAULT NULL", "product_type": "VARCHAR(255) DEFAULT NULL", "link": "VARCHAR(400) DEFAULT NULL", "image_link": "VARCHAR(255) DEFAULT NULL", "additional_image_link": "TEXT DEFAULT NULL", "condition1": "VARCHAR(255) DEFAULT NULL", "availability": "VARCHAR(255) DEFAULT NULL", "price": "VARCHAR(255) DEFAULT NULL", "sale_price": "VARCHAR(255) DEFAULT NULL", "brand": "VARCHAR(255) DEFAULT NULL", "gtin": "VARCHAR(255) DEFAULT NULL", "mpn": "VARCHAR(255) DEFAULT NULL", "ads_grouping": "VARCHAR(255) DEFAULT NULL", "custom_label_0": "VARCHAR(255) DEFAULT NULL", "custom_label_1": "VARCHAR(255) DEFAULT NULL", "custom_label_2": "VARCHAR(255) DEFAULT NULL", "custom_label_3": "VARCHAR(255) DEFAULT NULL", "custom_label_4": "VARCHAR(255) DEFAULT NULL", "color": "VARCHAR(255) DEFAULT NULL", "size": "VARCHAR(255) DEFAULT NULL", "material": "VARCHAR(255) DEFAULT NULL", "pattern": "VARCHAR(255) DEFAULT NULL", "energy_efficiency_class": "VARCHAR(255) DEFAULT NULL", "shipping_weight": "VARCHAR(255) DEFAULT NULL", "shipping": "VARCHAR(255) DEFAULT NULL" } |
| Mapping_Vars | { "shop": "ost" } |
| Mapping | { "Include_Mapping_export_awin": "export_criteo" } |
| Filters | [ { "Include_Filter": "empty_id" }, { "Filter": { "name": "not_in_stock_google_local", "condition": { "Not_In_Pool_Filter_Adapter": { "Config": "exportEngine", "Datapool": "export_articles_ost", "Local_Key": "ordernumber", "Cross_Key": "ordernumber" } }, "reason": "not in ostermannn online export" } } ] |
| Datapool | export_articles_ost_criteo |
| Primary_Key | [ "id" ] |