Legacy YAML / Detail

push / push_articles_beny_google

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

Raw YAML

Dateiinhalt

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

Source_Config: exportEngine
Target_Config: beny
Mysql_Engine: InnoDB
Default_Charset: latin1
Source_Connection_Type: database
Target_Connection_Type: api
Target_Interface: BenyApiConnectionService
Source_Datapool: export_articles_oms_beny
Target_Api:
   Name: post_articles_beny
   Method: POST
   Endpoint: import_products/
   Parameters:
     marketplace: google.de
     separator: semicolon
     keepold: "false"
    # test: "true"
   HTTPHEADER:
      Content-Type: text/csv
   Data:
     File:
      Path:  '/var/www/inhouse.ostermann.de_staging/dataEngine/dataEngine/backend/importDataPool/feeds/iwm/beny_articles.csv'
      Encoding: utf8
   Options:
     RETURNTRANSFER: 1
     CURLOPT_SSL_VERIFYHOST: FALSE
     CURLOPT_SSL_VERIFYPEER: FALSE



#   Data:
#     __option_images:
#       replace: 'true'
#     images:
#       - link: %{imageUrl} #imageUrl is a variable and gets the content of the field imageUrl from datapool

#   curl_setopt_array:
#     CURLOPT_HTTPHEADER: $headers
#     CURLOPT_RETURNTRANSFER: 1
#     CURLOPT_URL: $url
#     CURLOPT_POST: 1
 #    CURLOPT_POSTFIELDS: utf8_encode(file_get_contents($filepath))

Metadata

Erkannte Konfiguration

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

Source_Config exportEngine
Target_Config beny
Mysql_Engine InnoDB
Default_Charset latin1
Source_Connection_Type database
Target_Connection_Type api
Target_Interface BenyApiConnectionService
Source_Datapool export_articles_oms_beny
Target_Api { "Name": "post_articles_beny", "Method": "POST", "Endpoint": "import_products\/", "Parameters": { "marketplace": "google.de", "separator": "semicolon", "keepold": "false" }, "HTTPHEADER": { "Content-Type": "text\/csv" }, "Data": { "File": { "Path": "\/var\/www\/inhouse.ostermann.de_staging\/dataEngine\/dataEngine\/backend\/importDataPool\/feeds\/iwm\/beny_articles.csv", "Encoding": "utf8" } }, "Options": { "RETURNTRANSFER": 1, "CURLOPT_SSL_VERIFYHOST": false, "CURLOPT_SSL_VERIFYPEER": false } }