Format

Specifies the format of records in the inserter control file.

Values:

Comma delimited file (DEL)
The fields in each record are separated by a comma.
Fixed length record (FLR) (default)
The fields in each record have a fixed length, with no delimiter between each field. Use the Encoding property to specify if the length limits should be based on character length (UTF-8) or byte length (ASCII).
Extensible Markup Language (XML)
The file is in XML format.
Database name
InserterSystem.Control.Format