TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setcsvdelimiter

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

engine/import/setcsvdelimiter.txt · Last modified: 2021/07/22 02:40 by scunliffe