Hi All,
I'm new to Pentaho and would like to know if this is possible.
Is there a dynamic way to lookup and map to the target fields. Following are the use cases:
Appreciate any suggestions.
I'm new to Pentaho and would like to know if this is possible.
- We have several input files(with different structures), and I would like to know if there is a way to dynamically map the source fields to target fields using a mapping document.
- For MDM, we have several lookups as well where the codes need to be standardized.
Is there a dynamic way to lookup and map to the target fields. Following are the use cases:
lookup type | sourcefield(SF1) | SourceValue(SV1) | SF2 | SV2 | targetfield(TF1) | targetvalue |
plain mapping SF1=TF1 |
sfield1 | 1 | tfield2 | 1 | ||
value(conditional) and mapping | sfield2 | 1 | tfield3 | Male | ||
value(conditional) and mapping | sfield2 | 0 | tfield3 | Female | ||
two value(conditional) and mapping | sfield4 | 1 | sfield5 | 4 | tfield6 | x |