TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:addtranslation2fromfile

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:addtranslation2fromfile [2020/02/24 03:10] – [Example] Scott Cunliffeengine:import:addtranslation2fromfile [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 10: Line 10:
 ''AddTranslation2FromFile(field, field2, filterfile, translation);'' ''AddTranslation2FromFile(field, field2, filterfile, translation);''
  
-//string field;//\\ +^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
-//string field2;//\\ +|field| String | The field to be translated.|1|128| 
-//string filterfile;//\\ +|field2| String | The field to be compared.|1|128| 
-//string translation;//\\+|filterfile| String | A file containing filter values to compare against the current field value.|1|256| 
 +|translation| String | The new value of the field. This can either be a new literal value, or the original value with a prefix or suffix. To represent the current value use an asterisk ("*").|1|256|
  
-|field| The field to be translated.| +<notetip>See the notes for [[engine/import/addtranslation2|Add Translation2]].</note>
-|field2| The field to be compared.| +
-|filterfile| A file containing filter values to compare against the current field value. +
-|translation| The new value of the field. This can either be a new literal value, or the original value with a prefix or suffix. To represent the current value use an asterisk ("*").| +
- +
-<notetip>See the notes section for [[engine/import/addtranslation2|Add Translation2]].</note>+
  
 ==== Example ==== ==== Example ====
 Append L3 to each VOLUME field if the value of the MEDIA matches a pattern within a record of c:\data\LTO3Volumes.txt. Append L3 to each VOLUME field if the value of the MEDIA matches a pattern within a record of c:\data\LTO3Volumes.txt.
  
-<sxh>+<code>
 AddTranslation2FromFile(VOLUME, MEDIA, "c:\data\LTO3Volumes.txt", "*L3"); AddTranslation2FromFile(VOLUME, MEDIA, "c:\data\LTO3Volumes.txt", "*L3");
-</sxh>+</code> 
 + 
 +===== See Also ===== 
 + 
 +[[engine:import|Import Engine Functions]] \\ 
 +[[cli:sync_fields|Sync Engine Fields]] \\ 
 +[[cli:tmss10sync|TMSS10Sync]]
  
 {{tag> import_engine sync_engine update_doco}} {{tag> import_engine sync_engine update_doco}}
engine/import/addtranslation2fromfile.1582513810.txt.gz · Last modified: 2025/01/21 22:07 (external edit)