in reply to Compare CSVs FILES using REGEX or pattern matching

If you only need to know what changed, why not use first Comm -23 NEW.csv OLD.csv.
This way you know which identifiers to check, and skip the ones that are identical.

  • Comment on Re: Compare CSVs FILES using REGEX or pattern matching