in reply to Re^3: filter array based on 2 fields
in thread filter array based on 2 fields

Hi
it's an array like this
(client,Status,Description
client,Status,Description
and so on)
it's lines for a csv file I need to remove duplicates based on client and status as description can vary because of a timestamp
Thanks Thorbjorn