Scenario: Filtering rows of data based on a condition and saving the result to a
local file
This scenario applies only to a Talend solution with Big Data.
This scenario describes a four-component Job that filters a list of customers to find
out customers from a particular country, and saves the result list to a local file.
Before the input data is filtered, duplicate entries are first removed from the list.
The input file contains three columns: Name,
Country, and Age, and it has some duplicate entries, as shown below:
1 2 3 4 5 6 7 8 9 10 11 |
Mario;PuertoRico;49 Mike;USA;22 Ricky;PuertoRico;37 Silvia;Spain;20 Billy;Canada;21 Ricky;PuertoRico;37 Romeo;UK;19 Natasha;Russia;25 Juan;Cuba;23 Bob;Jamaica;55 Mario;PuertoRico;49 |
Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Login
0 Comments