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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Load distinct values from csv file

How to load in a target table from a delimited file having more than one same value in a column. I have to take the distinct values of the column.
please help how can i do it?
Labels (2)
1 Reply
Anonymous
Not applicable
Author

nirmallyakoley,
You can achieve this by using a tAggregateRow component in your job.
tfiledelimitedinput --> tAggregateRow --> etc..
In the tAggregateRow add all your columns to the groupby and you will get the distinct results.
Regards