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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Processing rows in a file differently based on unique column count

I have a file that has many rows and depending on the number of unique columns in a specific row, I would like to load to different tables in a database.  Does anyone have suggestions on the specific Talend components that will help achieve this type of processing?  Thanks!

Labels (2)
1 Reply
TRF
Champion II
Champion II

tMap to add a sequence number as a key for each row if it doesn't exists yet. Then tNormalize to create 1 row per field with the key. Now you can count how many rows for a key and decide what to do with the original record.