in reply to Re^2: 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

Replies are listed 'Best First'.
Re^4: filter array based on 2 fields
by Anonymous Monk on Aug 20, 2012 at 17:43 UTC

    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