Notepad++ plug-in to validate CSV data

Hi,

I saw the website of the CSV for web hasn't been updated in a long time
https://www.w3.org/community/csvw/ but if anyone is interested, I've
created a plug-in for Notepad++ that can validate csv files.

Initially it was just for checking datetime/decimal formatting errors. It
can detect datatypes and validate the data, and in the most recent update
it also has syntax highlighting for the columns. It even works with fixed
width files (not sure if anyone still uses those) and can reformat the data
to different csv formats.

Feel free to check it out here, and if you can let me know what you think.
https://github.com/BdR76/CSVLint/

cheers,
Bas de Reuver (The Netherlands)

Received on Friday, 29 October 2021 15:37:47 UTC