From e540b6cf78b98d13ad8cf77771254ef79270d059 Mon Sep 17 00:00:00 2001 From: Benjamin <148330287+basadfree@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:14:07 +0300 Subject: [PATCH] Add Instant Data Converter to Services --- SERVICES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SERVICES.md b/SERVICES.md index 72d91c1..7dd8936 100644 --- a/SERVICES.md +++ b/SERVICES.md @@ -70,6 +70,7 @@ puts csv_string ### Services / Embed +- Instant Data Converter - [(Link)](https://instant-data-converter.vercel.app) - free in-browser converter between CSV, TSV, JSON and JSONL, plus line text tools (sort, dedupe, case converter). No signup; 100% client-side. - WeTransform - [(Doc)](https://www.wetransform.com), [(npm)](https://www.npmjs.com/package/@wetransform/core) - Embeddable AI file importer. Drop-in modal or iframe for B2B SaaS, customers upload CSV (or Excel, PDF, XML, JSON), the AI maps columns to your schema and validates, you receive clean data via API or webhook. - csvtodashboard - [(Link)](https://csvtodashboard.com) - free browser-based CSV toolkit: edit (up to 1M rows), convert (JSON/SQL/Excel/YAML/Parquet and more), validate, dedupe, join two files, query with SQL, and build dashboards. 100% client-side - no signup, no upload, files never leave the browser. Also offers [CC0 sample CSV datasets](https://csvtodashboard.com/sample-csv-files) for teaching and testing.