It would be good to replace the attribute value mapper with a ‘bulk attribute value mapper’ tool that could do the following:
1. Instead of importing data and it being static - it would be good for the tool to reference a db table/file dynamically so as to always pull in the latest data.
2. Instead of only handling one attribute at a time, it would be good to update multiple attributes at once from multiple lookup locations.
Examples
| Source Attribute | Database/File | FeatureType | Lookup Code Attribute | Lookup Value Attribute |
| MATERIAL | Oracle GIS_DB | LU_MATERIAL | LCODE | LVALUE |
| BEDDING | BeddingLookup.xlsx | Sheet 1 | Code | Value |
In this example the Material AC would be value mapped to Asbestos Cement and the bedding type SND would be value mapped Sand
I understand that this can be done at the moment using a series of feature mergers with process duplicates enables, but this is something that comes up quite frequently as we have multiple datasources that only store the codes and regularly need to be updates to have the description field.


