I am new to Talend. And this is my first post. Need your expert advise.
We have requirement to build dynamic mapping in talend.
We use tMap to define the mappings. But requirement is that we need to save mapping into the text file or Database then Talend should pickup that mapping from the Text File and execute.
for example
I need to migrate Profit Center from ERP1 to Target and rule says that we have PC in source as 10 Digits but when we are moving PC into the Target then Talend should pick up it from the text file.this should be configurable.
So Mapping File will have
Source, Target,
PC-Source PC-Target
PC-Atr PC-TAtr
Objective is that I don't want open a mapping for update. I want that is should be picked up from the Text File and talend should execute.
Let me know I am able to explain it well and if someone has implemented this kind of solution.