Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team
I have a scenario like i need to map input and output columns
but my input column names always varies
For example First time when i read the field names could be like
First_Name->FirstName
Last_Name->LastName
second time the feilds could be like
FName->FirstName
SName->LastName
Third Time it could be like
FN->FirstName
LN->LastName
which means what ever may be the input column i could be able to map with output columns
Can you please help out with this
Thanks
Deepthi
Hello,
There is 'dynamic schema' feature in talend subscription solution which allows you to design schema with an unknown column structure (unknown name and number of columns).
Here is a related troubleshooting-Development document about https://community.talend.com/t5/Troubleshooting-Development/How-to-process-changing-data-structure/t....
Hope it will help.
Best regards
Sabrina