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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

newbie question

Still trying to learn and have an issue with the following scenario

 

Read 2 separate xls data files that have the exact same data fields with the exception of release date/year

 

Position, Title, IMDb_Rating, Year, Genres, Num_Votes, Release_Date, Directors

 

To do this manually I would join the 2 sets of data on one spreadsheet and then filter/sort the data as needed

When using talend and trying tmap or tjoin the output file contains too much data (ie duplicate columns .. tmap) or will not let me use the same column names again (tjoin)

 

This is not a production environment and is just me trying to learn how to address user case issues logically. I assume that creating these processes requires a systematic approach to get the proper results.

 

Any help or guidance is greatly appreciated for this newbie 0683p000009MACn.png

 

Tom

As a side note the edureka you tube videos are great 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

tFilelist component processes the files one by one(Same pattern), have a look on help description for this component.

 

https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/VckAFxyC4mToZdOPDrZd8A

 

please provide more details what you are trying to archive?

 

Regards,

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hello,

Do you want to valid xls data files?

Could you please elaborate your case with an example with input and expected output values?

Best regards

Sabrina

Anonymous
Not applicable
Author

xdshi

 

The request is for learning how to use tjoin or tmap to join two existing files and then be able to sort the combined data. I am trying to learn talend for a new job and looking for any help.

The issue is how to join separate xls files into one file to make it sortable. When I try using tmap it works but not very easily

 

Tom

Anonymous
Not applicable
Author

Sabrina

Went back over one of the training videos and looks like i need to use tfilelist to join the two files .. thanx for listening and trying to help this newbie

Tom

Anonymous
Not applicable
Author

Hi,

 

tFilelist component processes the files one by one(Same pattern), have a look on help description for this component.

 

https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/VckAFxyC4mToZdOPDrZd8A

 

please provide more details what you are trying to archive?

 

Regards,

Anonymous
Not applicable
Author

tfile worked great .. like I said I am trying to learn as fast as possible for my new job .. thanx everyone