Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am new to Talend open studio 6.5 and exploring it for self-learning. I want to perform following task –
I have multiple input files with different column names (headers) for most of the files, standard output format for mapping the input column names to output column names I have created a Data Dictionary.
I am using Licenced version of Talend studio with Dynamic schema also available.
Example.
Input 1:
S.No |
Product Name |
Product Cost |
|
|
|
|
|
|
Input 2:
S.No |
Item |
Cost |
|
|
|
|
|
|
Data Dictionary:
Product Name |
Item |
Item |
Item |
Product Cost |
Amount |
Cost |
Amount |
Required Output:
S.No |
Item |
Amount |
|
|
|
|
|
|
Can someone please help on this and guide me?
Thanks,
Roop kumar.
Hello,
From your job requirement description, you can use tMap component to achieve your goal.
For more information, please have a look at online document about :TalendHelpCenter:tMap scenarios
Best regards
Sabrina