TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setcsvdelimiter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
engine:import:setcsvdelimiter [2018/08/14 22:49] – created dcummingengine:import:setcsvdelimiter [2025/03/04 23:22] (current) – [See Also] Scott Cunliffe
Line 1: Line 1:
-setcsvdelimiter+====== SetCSVDelimiter ======
  
-==== SetCSVDelimiter ==== 
 Set the delimiter to be used in CSV processing and instruct the engine to process each record as CSV. Set the delimiter to be used in CSV processing and instruct the engine to process each record as CSV.
  
-==== Phase ==== +===== Phase =====
-This instruction is used by the TapeTrack Import Engine.+
  
-==== Syntax ==== +This instruction is used by the TapeTrack INI Engine.
-**SetCSVDelimiter**//(delimiter);//+
  
-character //delimiter;//+===== Syntax =====
  
-|delimiter| The delimiter to be used when parsing a CSV file. This is usually a comma (",").|+''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 ==== ==== Example ====
-**SetCSVDelimiter: Parse a CSV file using a comma as the delimiter.** +Parse a CSV file using a comma as the delimiter. 
-|SetCSVDelimiter(",");|+ 
 +<code> 
 +SetCSVDelimiter(","); 
 +</code> 
 + 
 +===== See Also ===== 
 + 
 +[[engine:import|Import Engine Functions]] \\ 
 +[[cli:sync_fields|Sync Engine Fields]] \\ 
 +[[cli:tmss10sync|TMSS10Sync]] 
 + 
 +{{tag> import_engine sync_engine ttidef}}
engine/import/setcsvdelimiter.1534286968.txt.gz · Last modified: 2025/01/21 22:07 (external edit)