engine:import:addtranslation2
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
engine:import:addtranslation2 [2020/02/24 01:02] – [Example] Scott Cunliffe | engine:import:addtranslation2 [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
'' | '' | ||
- | // | + | ^ 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 ===== | ===== Example ===== | ||
- | **AddTranslation2: | + | Append L3 to each VOLUME field value of USER1 is HCART3. |
- | |AddTranslation2(VOLUME, | + | |
+ | < | ||
+ | AddTranslation2(VOLUME, | ||
+ | </ | ||
+ | |||
+ | ===== See Also ===== | ||
+ | |||
+ | [[engine: | ||
+ | [[cli: | ||
+ | [[cli: | ||
{{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)