Skip to main content
Skip table of contents

Variantenartikel importieren

Enthält eine mögliche Konfiguration und Test-Daten für Varianten-Artikel-Importe.

XML-Konfigurationsdatei

Varianten_Import_Konfiguration.xml

XML
<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" FileVersion="2">
  <SpecialConfigKey />
  <SpecialContentDownload>false</SpecialContentDownload>
  <SpecialExtendedContentDownload>false</SpecialExtendedContentDownload>
  <CacheImport>false</CacheImport>
  <WebServiceUsername />
  <WebServicePassword />
  <FileType>CSV</FileType>
  <Separator>;</Separator>
  <StartImportAtRow>2</StartImportAtRow>
  <QuotedStrings>false</QuotedStrings>
  <NumberFormat>Default</NumberFormat>
  <SourceDownloadConfiguration />
  <DefaultSupplierNumber xsi:nil="true" />
  <PrimaryItemIdentifier IdentifiedBy="ItemNumber" SourceColumnName="ARTIKELNUMMER" />
  <OnlyUpdate>true</OnlyUpdate>
  <DenyImportForMissingItems>false</DenyImportForMissingItems>
  <IgnoreInactiveItems>false</IgnoreInactiveItems>
  <OnlyUpdateItemsYoungerThanDays xsi:nil="true" />
  <CreateNewItemCriteria>false</CreateNewItemCriteria>
  <SkipWhenItemCriteriaNotExists>false</SkipWhenItemCriteriaNotExists>
  <DoNotCheckOrSetLocks>false</DoNotCheckOrSetLocks>
  <CreateNewItemProfilingCriteria IsEnabled="false" />
  <ClearItemProfilingCriteria IsEnabled="false" />
  <DownloadAndImportImages>false</DownloadAndImportImages>
  <SkipPurchasePriceCalculation>false</SkipPurchasePriceCalculation>
  <ColumnConfiguration>
    <DataConfig TargetTableName="ARTIKELSTAMM" TargetColumnName="BEZEICHNUNG2" SourceColumnName="BEZEICHNUNG2" Overwrite="true" />
    <DataConfig TargetTableName="ARTIKELVARIANTEN" TargetColumnName="VARIANTENARTIKEL" SourceColumnName="VARIANTE" Overwrite="true" />
  </ColumnConfiguration>
</Configuration>

Daten-Datei

Varianten_Import_Daten.csv

CODE
ARTIKELNUMMER;BEZEICHNUNG2;VARIANTE
11470A;türkis;11470
11470B;grau;11470
11470C;blau;11470

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.