Table of Contents

SetCSVDelimiter

Set the delimiter to be used in CSV processing and instruct the engine to process each record as CSV.

Phase

This instruction is used by the TapeTrack INI Engine.

Syntax

SetCSVDelimiter(delimiter);

Variable Type Description Min Length Max Length
delimiter StringThe delimiter to be used when parsing a CSV file. This is usually a comma (“,”).11

Example

Parse a CSV file using a comma as the delimiter.

SetCSVDelimiter(",");

See Also

Import Engine Functions
Sync Engine Fields
TMSS10Sync