UsagiMap¶
Maps the input to a concept id using a Usagi map file.
Looks up the input in the named Usagi file and returns the matching concept id(s). If the same key appears multiple times in the Usagi map, all matching output values can be emitted as a multi-sized result.
Parameters¶
- 1 —
fileMandatory — accepts: STRING -
The Usagi file name relative to the directory pointed to by the
usagi directoryclause in the ETL-Engine configuration file. - 2 —
defaultOptional — accepts: any -
Default value used when no match is found in the Usagi file.
Input type¶
DATEFLOATINTSTRING
Output type¶
INT[]
Requires¶
- Allows multi-sized results.
Examples¶
Single-result mapping
With default value
Multi-sized result, unlimited
Multi-sized result, limited to 5