TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setfile

Differences

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

Link to this comparison view

Next revision
Previous revision
engine:import:setfile [2018/08/14 22:52] – created dcummingengine:import:setfile [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
-setfile+====== SetFile ======
  
-==== SetFile ==== +Set the path to the source file.
-Set the path to the source text file.+
  
-==== Phase ==== +===== Phase =====
-This instruction is used by the TapeTrack Import Engine.+
  
-==== Syntax ==== +This instruction is used by the TapeTrack INI Engine.
-**SetFile**//(filepath);//+
  
-string //filepath;//\\+===== Syntax =====
  
-|filepath| Path to the file that will be processed. If no SetFile and no SetODBC specified engine will default to stdin.|+''SetFile(filepath);''
  
-==== Example ==== +^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
-**SetFile: Set the input file to c:\data\tapetrack\control-t.txt.** +|filepath| String | Path to the file that will be processed. If no SetFile and no SetODBC specified engine will default to stdin.| 1 | 256 | 
-|SetFile("c:\data\tapetrack\control-t.txt");|+ 
 +===== Example ===== 
 + 
 +Set the input file to c:\data\tapetrack\control-t.txt. 
 + 
 +<code> 
 +SetFile("c:\data\tapetrack\control-t.txt"); 
 +</code> 
 + 
 +{{tag> import_engine sync_engine}}
engine/import/setfile.1534287122.txt.gz · Last modified: 2025/01/21 22:07 (external edit)