From a270f25b44c12812e19a1e8a5b712d2cdfab6842 Mon Sep 17 00:00:00 2001 From: Benjamin <148330287+basadfree@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:13:13 +0300 Subject: [PATCH] Add Instant Data Converter to Convert to/from CSV --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e613cfe..2ef4e5d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Here are some awesome tools for dealing with CSV: - [PSKit Query](https://github.com/dfinke/PSKit#sql-query) — Powershell module lets you run simple queries over objects, including imported with csv ### Convert to or from CSV +- [Instant Data Converter](https://instant-data-converter.vercel.app) - Free in-browser CSV/TSV/JSON/JSONL converter plus line tools (sort, dedupe, case converter). - [CSV to Table](https://github.com/vividvilla/csvtotable) - Convert CSV files to searchable and sortable HTML table.