...
Suppose that user takes the input data( employee details) through the csv file or any other source and wants to perform some mappings apply value mapper on certain fields field (field=Designation).
This would be helpful for user to access data in terms of readability.
...
ValueMapper Plugin : For this input will be the StructuredRecord from source and Mapping/Lookup Dataset.
The transform function in this plugin will apply the mapping on the source fields using Lookup Interface.
...
Sample structure for Mapping/Lookup Dataset
Designation | Value |
1 | SE |
2 | SSE |
3 | ML |
...