engine:import:setcsvdelimiter
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 | String | The delimiter to be used when parsing a CSV file. This is usually a comma (“,”). | 1 | 1 |
Example
Parse a CSV file using a comma as the delimiter.
SetCSVDelimiter(",");
See Also
engine/import/setcsvdelimiter.txt · Last modified: 2025/01/21 22:07 by 127.0.0.1