Skip to main content
Skip table of contents

Integration Suite | Types for exports | SDZeCOM Full Export Script

The full export merges the individual XMLs of processed objects into one overall XML.

It uses the restrictions from the settings and saves the data in a file that is available for direct download at the end of the script.

Options:

Field

Description

Designation

Name of the context

Category

SDZeCOM Export

If you append further text to the category name, a separate folder is generated.

Description

 

Script

SDZeCOM Full Export Script

Context

The menu lists all contexts that have been created.

Select the context from which you want to merge the individual XMLs into one overall XML.

Mode

Decide whether you want to run a real full export or just all changes since the last run.

States

All available states are listed here.

If you do not select anything, all XMLs are merged, regardless of their status.

In most cases, customers only want to merge XMLs that have been successfully processed or contain a warning only.

Overwrite last run

If you set a date for Overwrite last run, only data records with a last modification later than this date are selected for the merge. This option is only taken into account if the value “All changes since last run” has been selected under “States”.

File names

In the file name field, you can define a static text or work with functions such as the date.

Example: export_{=DATE("Y-m-d_H-i-s")}.xml

The file with this name is offered for download after running the script.

Vorlage

Define the superior nodes that are to be listed above the actual product data in the XML.

Example:

XML
<Fullexport>
      <Header>
        <Sender>
          <SenderName>SDZeCOM</SenderName>
          <ContactName>Alex Admin</ContactName>
          <EmailAddress>support@sdzecom.de</EmailAddress>
        </Sender>
        <SentDateTime>{=DATE("Y-m-d H:i:s")}</SentDateTime>
      </Header>
      <Product></Product>

XPath source nodes

Enter the source node.

For products: //Pdmarticle

XPath destination node

Enter the target node in the template into which the product data is to be inserted.

Example: //Fullexport/Product

 

JavaScript errors detected

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

If this problem persists, please contact our support.