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

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