engine:import:addtranslation2
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
engine:import:addtranslation2 [2018/08/14 22:14] – created dcumming | engine:import:addtranslation2 [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | addtranslation2 | + | ====== AddTranslation2 |
- | ==== AddTranslation2 ==== | + | |
Translate the value of a field based upon the value of another field. | Translate the value of a field based upon the value of another field. | ||
- | ==== Phase ==== | + | ===== Phase ===== |
This instruction is used by the TapeTrack Import Engine. | This instruction is used by the TapeTrack Import Engine. | ||
- | ==== Syntax ==== | + | ===== Syntax |
- | **AddTranslation2**//(field, field2, filter, translation); | + | '' |
- | // | + | |
- | // | + | ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |
- | // | + | |field| String | The field to be translated.|1|128| |
- | // | + | |field2| String | The field to be compared using the filter.|1|128| |
+ | |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 (" | ||
< | < | ||
Line 17: | Line 18: | ||
no further translations will occur for that field within that record.</ | no further translations will occur for that field within that record.</ | ||
- | < | + | < |
- | values, AddTranslation entries are processed first, and then AddTranslation2 entries are processed a 2nd | + | values, |
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.</ | of the field based upon the translated value of field2.</ | ||
- | |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 ==== | + | |
- | **AddTranslation2: | + | |
- | |AddTranslation2(VOLUME, | + | ===== Example |
+ | |||
+ | Append L3 to each VOLUME field value of USER1 is HCART3. | ||
+ | |||
+ | < | ||
+ | AddTranslation2(VOLUME, | ||
+ | </ | ||
+ | |||
+ | ===== See Also ===== | ||
+ | |||
+ | [[engine: | ||
+ | [[cli: | ||
+ | [[cli: | ||
+ | |||
+ | {{tag> import_engine sync_engine}} |
engine/import/addtranslation2.1534284875.txt.gz · Last modified: 2025/01/21 22:07 (external edit)