Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data Integration Multiple sources to standard output

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.

 

Labels (3)
1 Reply
Anonymous
Not applicable
Author

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