Skip to main content
VDA connectors support generating VDA documents from XML and converting VDA documents into XML.

Key Capabilities

  • German automotive EDI standard support with bidirectional VDA/XML translation
  • Automatic schema detection and validation with interchange header generation
  • Support for VDA-specific segment structures, nested loops, and qualifier expansion

Overview

When receiving VDA documents, VDA connectors validate interchange headers and convert the VDA document into XML. This is useful as a staging step, because XML is the primary format that uses to manipulate data in a flow. The VDA connector automatically reads the input file to determine the appropriate schema, then parses the document according to this schema. When generating VDA documents, VDA connectors convert XML into VDA document syntax and apply the appropriate interchange headers. This is useful as the final step for creating a VDA document, after the XML data has been fetched and transformed elsewhere in the flow.

Connector Configuration

This section contains all of the configurable connector properties.

Settings Tab

Translation Configuration

Settings related to the core operation of the connector.

Header Settings

Settings related to the VDA interchange headers. When converting documents into XML, the document headers are validated against these settings; when generating documents from XML, these settings are used to generate document headers.

Sample Files Tab

Advanced Tab

EDI Delimiters

Settings that specify which characters separate elements, segments, and so on.

Advanced Settings

Settings not included in the previous categories.

Message

Logging

Miscellaneous

Automation Tab

Automation Settings

Settings related to the automatic processing of files by the connector.

Performance

Alerts Tab

SLAs Tab

VDA to XML

When generating XML, set the Translation Type to VDA to XML. The connector then processes VDA files placed in the Transactions tab. The connector validates VDA message headers against the Sender Identifier and Receiver Identifier configured in the Header Settings. After validating the transmission, the VDA segments are converted into XML according to the schema specified in the message. The resulting XML files are placed in the connector’s Transactions tab.

XML to VDA

When generating VDA files, set the Translation Type to XML to VDA. The connector then processes XML files placed in the Transactions tab. The connector converts the XML elements representing a VDA file into VDA segments, then uses the Sender Identifier and Receiver Identifier fields configured in the Header Settings to generate the transmission headers. To create an example of the XML structure required to generate VDA documents, start with an example VDA document and send it through the VDA connector in VDA to XML mode. You can use the resulting XML as a template in the XML Map connector to convert XML structures into a VDA structure.

Use With the XML Map Connector

Upload Test File

Macros

Examples