From 565eca9d94a43f64317a5a365759212c2a07f70c Mon Sep 17 00:00:00 2001 From: Wayde Date: Sat, 18 Jul 2026 12:42:39 +0100 Subject: [PATCH] Add CSVTool.io to Tools list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e613cfe..f4173c4 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Here are some awesome tools for dealing with CSV: - [CSV to SQL](https://monapdx.github.io/Frontend-Widgets/csv-to-sql.html) - Upload a CSV file, set a table name, and generate SQL inserts instantly. - [SmoothCSV](https://smoothcsv.com) - A fast, powerful, and intuitive CSV editor for Mac, Windows, and Linux. +- [CSVTool.io](https://www.csvtool.io) - 60+ free CSV tools (viewer, editor, repair, converters) that run entirely in the browser; no uploads or signup. + ### Repair or Validate CSV - [Csvlint.go](https://github.com/Clever/csvlint) - Command line tool for validating CSV files against RFC 4180.