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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
kaps1602
Contributor II
Contributor II

Remove duplicate row based on all column match before inserting to DB

I need to remove all duplicate records from a file before it get inserted to DB. In my case a record will be duplicate only in case all of the columns has same value. Example : The first two record will be considered as duplicate but third one is not. Here it is 5 columns , but could be more 10, 20.

 

ip             host_name       os_name           os_version

1.1.1.1        abc.com        Windows               8

1.1.1.1        abc.com        Windows               8

1.1.1.1        abc.com         Linux                   5.6

 

I need to insert records to Redshift DB after De-Dupe is done.

 

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Use tUniqRow and select all fields as keys

View solution in original post

1 Reply
TRF
Champion II
Champion II

Use tUniqRow and select all fields as keys