Removing duplicate records in ICS
Summary
Removing duplicate records in ICSContent
Hi ,
I'm generating CSV data into XML in ICS but CSV data might be having duplicate records that i need to eliminate before generating XML.
Can anyone help on this ?
CSV data:
CSV data might be having redundant data and i need to take latest record in CSV if there are any record exists more than once.
personnumber,name,telphone number,updated_time
40001,Ravi,789090787,09-27-2017 08:15:16
40001,XYZ,8990908090,09-27-2017 10:15:16-->need to take latest one
40002,PQR,878673633,09-27-2017 11:15:16
40003,BHU,6374627469,09-27-2017 12:15:16
40004,UIK,9246582798,09-27-2017 13:15:16
Regards
Srikanth Geddada
1