Skip to content

Basic Converter

This task accepts a text file and converts it to an an XML file, using a class written in C#. This task supports converting flat data, if the file you need to convert contains hierarchical data (such as orders and their associated item lines), use theĀ Master Detail Converter instead.

Settings

Convert Class

Required
The class written in the C# programming language to use to parse the input file, see below for an example. Attributes are used to define how each field in the class is parsed from the input file. See here for a full list of the available attributes. SeeĀ here for a full list of the built in data conversions that can be used with the FieldConverter attribute.

Error File

Required
The file to output any records to which did not convert successfully.

Input File

Required
The text file to be converted to XML.

Output File

Required
The output XML file.

Zynk Settings

See Common Task Settings.