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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to display the last line with Talend

Hello,
I would like to display with Talend the last line of each group of identifiers, the last line for identifier 1, for identifier 2 and for identifier 3 for example I have:
identifier | name | number |
1 Lyon 16
1 Lyon 16
1 Lyon 16
2 Paris 16
2 Paris 16
2 Paris 16
2 Paris 16
3 Nice 16
3 Nice 16
3 Nice 16
How to do with Talend please?
Thank you very much.

Labels (1)
  • v7.x

1 Reply
akumar2301
Specialist II
Specialist II

Do you need to remove duplicate record ?

You can use tUniqRow

Otherwise Below could be Helpful

https://community.talend.com/t5/Design-and-Development/Only-capture-latest-record-in-tmap/td-p/15482...