
Data Analyzer — Upload and explore your CSV data
Upload CSV files to view summary statistics, charts, and sortable data tables.
@LadyRichies0906 · X
Check out what I just built with Lovable!
The full gallery
Tech stack
60 projects

Upload CSV files to view summary statistics, charts, and sortable data tables.
@LadyRichies0906 · X
Check out what I just built with Lovable!

Open, search, and sort CSV files in your browser without uploading data.
FengNianIndie · V2EX
vibe coding 了个不上传文件的 CSV 工具箱,想找一些奇怪 CSV 来测试 最近做了一个 CSV 工具站:CSV Dock 。 网站: https://csvdock.com 做它的起因是自己处理 CSV 时经常遇到几个问题: - 不太愿意把包含业务数据的 CSV 上传到陌生服务器 - Excel 打开 CSV 时容易出现乱码、分列错误或丢失编号前面的 0 - 文件稍微大一点,很多在线工具就会卡死 - CSV 、JSON 、Excel 转换通常散落在不同网站,操作方式也不统一 所以我做成了一个 local-first 的工具箱:文件直接在浏览器内处理,不上传到应用服务器,也不需要注册账号。 目前包含: - CSV 查看、搜索和排序 - CSV 转 Excel ( XLSX / XLS ) - Excel 转 CSV ,可将全部工作表导出为 ZIP - JSON 转 CSV ,支持选择数组路径和展开嵌套对象 - CSV 转 JSON / JSON Lines - 多个 CSV 按表头或列位置合并 - CSV 结构检查,

Fix CSV formatting issues, duplicates, and encoding errors in seconds.
@cleanmycsv_app · X
hi alisha, just shipped to fix corrupted utf-8, missing zeros and bad formatting before importing to crms. building in public now 🚀 let’s connect!

Build beautiful dashboards from CSV, Excel, or JSON 100% in your browser. No upload, no tracking, no server. Auto charts, KPIs, filters, and shareable .wka files.
@jainarun889 · X
Our Wikawe universe products. Check it out now... - loading

Upload a certificate template and CSV file to generate personalized PDF certificates in bulk and email them.
@akshatt66612958 · X
Started as a small script. Today, it's MailMyCertificate. 🌍 Open Source 🔒 Privacy First 🆓 Free Forever Generate & email hundreds of personalized certificates in minutes. ⭐ Feedback & GitHub stars are always appreciated. 🔗

Upload a PDF bank statement, get a clean Excel or CSV file with every transaction verified against the running balance. Statements are never stored.
@bunedbek95381 · X
Built a tool that turns bank statement PDFs into verified Excel — it recomputes the running balance and flags the exact row that doesn't reconcile. Still early, would love feedback →

Visual CSV matching tool without login requirements.
ngarner · HN
ZeroGate – Fast, account-free visual CSV matching without AI

Convert messy supplier catalogs to Shopify-ready CSV files with AI.
u/captain_sauce_code · Reddit
I built a tool that turns messy supplier PDFs and spreadsheets into Shopify CSVs I'm a software developer in Australia, building this on the side around a full time job. The itch: dropshippers and small Shopify stores get product catalogs from suppliers as PDFs or ugly spreadsheets, then hand-retype them into Shopify's import CSV. While building I ran real supplier catalogs through it and the files were worse than you'd think. Split product titles, columns that drift halfway down the page,

Drop receipt photos or PDFs. Get Excel or CSV. Files stay on this computer — nothing uploaded. $29.99 once.
@GetDropSheet · X
— drop receipt photos, get Excel. Files stay on your computer. If you’d bounce, say why.

Convert between JSON, CSV, Excel, XML, YAML and other data formats directly in your browser.
@NaimBiswas11 · X
Developers work with different data formats every day — JSON, CSV, XML, YAML, and Excel files are everywhere. But finding a simple, fast, and privacy-friendly way to convert and process these formats is not always easy.

Clean, format, and normalize text and CSV files for AI models.
nada_skiker · Product Hunt
AI Text & CSV Cleaner Clean, format, and prep raw text or CSVs for ChatGPT

Converts PDF bank statements to CSV, Excel, QBO, and other formats with balance verification.
funet · V2EX
做了个 PDF 银行流水转 CSV 的站,重点是「哪里没读出来会告诉你」 这是一个 [bank statement converter]( https://getbankcsv.com/):把 PDF 银行对账单转成 CSV / Excel / QIF / OFX / QBO 。这个品类工具不少,我做的时候盯的是两个一直没被解决的问题。 ## 一、转出来的文件导不进会计软件 这跟提取质量无关,卡的是列名、日期格式、文件大小这些事。Intuit 自己的文档写得很明确: QuickBooks 收的 CSV 必须是英文、不超过 350 KB 、单次最多 1000 行、只能是三列 ( Date, Description, Amount )或者四列。一年的活期账单,后两条都会超。 所以我按 QuickBooks 和 Xero 各自文档要的形状分别出文件,而不是给一个通用 CSV 让你自己改。 ## 二、漏读了,但没人告诉你 这个更要命。版面解析或者 OCR 漏掉一整块交易,输出看起来完全正常,你导进账里, 几个月后对账才发现少了一截。 我这边的做法: