Hi,
I have a csv file which I need to read and export the data to a csv file. The resulting csv file will only include unique values for column A. The input csv file has many duplicates for column A which I need to remove. Is there a Unique option which i can use when running the Import-CSV cmdlet? Thanks for looking into this.
Input CSV file.