Last week I compared two CSV snapshots of a price table, one export from staging, one from production, with a tool from my lab: csv-key-diff. It takes two CSVs, a key column, and returns a JSON object with added, removed and changed arrays. It is 76 lines of Python, stdlib-only, nothing to install. The production export had a row that staging did... Weiterlesen
Intelligence View
My CSV diff tool reported a new row as removed, and its self-test cannot run
Last week I compared two CSV snapshots of a price table, one export from staging, one from production, with a tool from my lab: csv-key-diff. It takes two CSVs, a key column, and returns a JSON object with added, removed and changed…
SOCIAL SHARE CARD GENERATOR