Hey,
I am using Talend for a month now. I used the tMap component to map columns. I was wondering how to make this feature dynamic. I have to do it all manually everytime. Is it possible to have a file or table which has relationship (between the input column name and Output Column name) and then when we run the job, these columns are mapped after reading the file.
Please provide any suggestion (even if we can achieve something similar to this.)
In tMap, dynamic schema mapping is not possible. But, if you have fixed input and fixed output schema and only routing is to be mapped or changed, then some work around could be done for this. Can you put a simple use case with real scenario? Thanks Vaibhav
what if i have a changing input schema but fixed output schema? i want to map changing input schema to a fixed output schema.
Is it possible?
i will update with the use case soon.