Set the delimiter to be used in CSV processing and instruct the engine to process each record as CSV.
This instruction is used by the TapeTrack INI Engine.
SetCSVDelimiter(delimiter);
Variable | Type | Description | Min Length | Max Length |
---|---|---|---|---|
delimiter | String | The delimiter to be used when parsing a CSV file. This is usually a comma (“,”). | 1 | 1 |
Parse a CSV file using a comma as the delimiter.
SetCSVDelimiter(",");