====== 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|Import Engine Functions]] \\ [[cli:sync_fields|Sync Engine Fields]] \\ [[cli:tmss10sync|TMSS10Sync]] {{tag> import_engine sync_engine}}