engine:import:addattributeresolution
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
engine:import:addattributeresolution [2025/03/04 23:10] – Scott Cunliffe | engine:import:addattributeresolution [2025/03/04 23:24] (current) – [Example] Scott Cunliffe | ||
---|---|---|---|
Line 15: | Line 15: | ||
Volume 100100L6, with a description of an alternate barcode IRM456789012 | Volume 100100L6, with a description of an alternate barcode IRM456789012 | ||
- | < | + | < |
- | ===== See Also ===== | + | If the input has several different format alternate attributes, it is possible to use AddAttributeResolution to map the Volume' |
+ | Assuming the input values are three different length strings depending on the format, filters can be used to refer to different attribute indexes. | ||
+ | For any 12 character string, map to index 0 | ||
+ | For any 8 character string, starting with JX map to index 1 | ||
+ | All other 8 character strings map to index 2 | ||
+ | All other strings map to index 3 | ||
+ | |||
+ | < | ||
+ | AddAttributeResolution(0, | ||
+ | AddAttributeResolution(1, | ||
+ | AddAttributeResolution(2, | ||
+ | AddAttributeResolution(3, | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== See Also ===== | ||
+ | [[engine: | ||
+ | [[cli: | ||
+ | {{tag> import_engine sync_engine ttidef}} | ||
engine/import/addattributeresolution.1741129836.txt.gz · Last modified: 2025/03/04 23:10 by Scott Cunliffe