in reply to Re: Sort CSV file within Excel based on specific column
in thread Sort CSV file within Excel based on specific column

...put then in a hash keyed by your sort column...

Done this way, wouldn't the OP lose a csv row if two entries from the sort column are the same?

  • Comment on Re^2: Sort CSV file within Excel based on specific column

Replies are listed 'Best First'.
Re^3: Sort CSV file within Excel based on specific column
by runrig (Abbot) on Oct 12, 2012 at 00:28 UTC
    Yes, I suppose the hash is unnecessary.