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/03/04 02:12] Scott Cunliffeengine:import:setfile [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 5: Line 5:
 ===== Phase ===== ===== Phase =====
  
-This instruction is used by the TapeTrack Import Engine.+This instruction is used by the TapeTrack INI Engine.
  
 ===== Syntax ===== ===== Syntax =====
Line 11: Line 11:
 ''SetFile(filepath);'' ''SetFile(filepath);''
  
-string //filepath;//\\ 
 ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ ^ 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| String | Path to the file that will be processed. If no SetFile and no SetODBC specified engine will default to stdin.| 1 | 256 |
Line 18: Line 17:
  
 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.1583287961.txt.gz · Last modified: 2025/01/21 22:07 (external edit)