TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:addtranslation2

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:addtranslation2 [2020/02/24 01:02] – [Example] Scott Cunliffeengine:import:addtranslation2 [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 8: Line 8:
 ''AddTranslation2(field, field2, filter, translation);'' ''AddTranslation2(field, field2, filter, translation);''
  
-//string field;//\\ +^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
-//string field2;//\\ +|field| String | The field to be translated.|1|128| 
-//string filter;//\\ +|field2| String | The field to be compared using the filter.|1|128| 
-//string translation;//\\+|filter| String | A filter 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|
  
 <notetip>All AddTranslation instructions add to the translation table which is processed in the sequence in which <notetip>All AddTranslation instructions add to the translation table which is processed in the sequence in which
Line 17: Line 18:
 no further translations will occur for that field within that record.</note> no further translations will occur for that field within that record.</note>
  
-<notetip>Although an AddTranslation2 is functionally equivalent to a AddTranslation with the same field and field2 +<notetip>Although an AddTranslation2 is functionally equivalent to a [[engine:import:addtranslation|AddTranslation]] with the same field and field2 
-values, AddTranslation entries are processed first, and then AddTranslation2 entries are processed a 2nd+values, [[engine:import:addtranslation|AddTranslation]] entries are processed first, and then AddTranslation2 entries are processed a 2nd
 time. This allows you to translate the value of the field2 comparison field first, and then translate the value time. This allows you to translate the value of the field2 comparison field first, and then translate the value
 of the field based upon the translated value of field2.</note> of the field based upon the translated value of field2.</note>
-|field| The field to be translated.| + 
-|field2| The field to be compared using the filter.| +
-|filter| A filter 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 ("*").|+
  
 ===== Example ===== ===== Example =====
  
-**AddTranslation2: Append L3 to each VOLUME field value of USER1 is HCART3.** +Append L3 to each VOLUME field value of USER1 is HCART3. 
-|AddTranslation2(VOLUME, USER1, "HCART3", "*L3");|+ 
 +<code> 
 +AddTranslation2(VOLUME, USER1, "HCART3", "*L3"); 
 +</code> 
 + 
 +===== See Also ===== 
 + 
 +[[engine:import|Import Engine Functions]] \\ 
 +[[cli:sync_fields|Sync Engine Fields]] \\ 
 +[[cli:tmss10sync|TMSS10Sync]]
  
 {{tag> import_engine sync_engine}} {{tag> import_engine sync_engine}}
engine/import/addtranslation2.1582506132.txt.gz · Last modified: 2025/01/21 22:07 (external edit)