TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setcsvdelimiter

This is an old revision of the document!


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 Import Engine.

Syntax

SetCSVDelimiter(delimiter);

character delimiter;

delimiter The delimiter to be used when parsing a CSV file. This is usually a comma (“,”).

Example

Parse a CSV file using a comma as the delimiter.

SetCSVDelimiter(“,”);
engine/import/setcsvdelimiter.1582512878.txt.gz · Last modified: 2025/01/21 22:07 (external edit)