frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Convert Large CSV/XLSX to JSON or XML in Browser

https://csvforge.com
41•Botlabs•1y ago
Hello HN, I'm excited to share a project I've been working on: A simple, fast way to process huge CSV and XLSX files directly in your browser and export them as clean JSON or XML

Here's a few things that makes this converter different: - runs in the browser - all parsing and conversion is client side can handle data any size data - automatically detects delimiters, encodings, and data types as it parses - Live preview with column renaming, search/replace, and data cleanup - Export to JSON or XML — clean, structured output that can be used for API or Databases

backstory: I built this tool for myself. I work with massive CSV and TXT files, some over 10GB, and opening them in Excel would freeze my laptop, some of the online converters only limits to a certain size, so I started learning Python and pandas but ended up wasting so much time trying different delimiters or fixing badly structured data just to make it usable, and I thought this would be a really fun project to build

I'd love some feedback. Thank you

URL: https://csvforge.com

Comments

sverhagen•1y ago
"Runs in the browser" and "client side" isn't as much of a selling point to me as it's made out to be. It's a claim that I can't really validate until it's too late. If it's a commercial service I'm going to have to pay for, then maybe you should go all the way in gaining my trust with whatever safeguards it takes, so that I no longer care if I upload my data to your server or not.
rustc•1y ago
> then maybe you should go all the way in gaining my trust with whatever safeguards it takes

What kind of safeguards are possible with a web app?

sverhagen•1y ago
I think this comes down to legally-enforceable contracts with some teeth. A lot of business seem okay to trust Google's cloud products, or Microsoft's? I think as private person with limited means for litigation, you're likely sol.
hahn-kev•1y ago
Yeah I really wish there was a way for this to be enforced by the browser that the end user could trust. It would have to be a standard, but outside of opening dev tools and toggling offline mode there's no way to be sure.

The funny thing is that it feels safer to download a desktop app and give it the same data even though it's usually much harder to validate if it's shipping your data somewhere else.

strogonoff•1y ago
There’s a cheap trick to make sure a website that claims to do everything client-side actually does everything client-side:

1. Open the site in an incognito window.

2. Turn off your Internet.

3. Do what you’ve got to do.

4. Close browser window.

As a bonus, and this makes it better than just flipping the offline switch in developer tools, if you turn off Internet in a way that keeps the browser thinking it’s online, you can also peek at whether any network requests are made (for pathological cases where the app does everything locally but phones home anyway).

Botlabs•1y ago
Sure, but you can validate it dev tools exist for a reason. Honestly, I just can’t afford the storage costs if users are uploading 50GB+ CSVs. It’d be a huge strain on any server, not to mention painfully slow for users. Running everything client side was the easiest and most practical way to build this MVP at least for me thanks for the feedback
o11c•1y ago
"Large" generally means "bigger than RAM"; 10GB is medium-sized these days since it fits in most people's RAM. Does the browser actually have the (web worker?) APIs needed to stream and "upload" and "download"?
shubhamjain•1y ago
I don't get it. Are JSON and XML files more friendly to import vs CSV files? I always assumed CSVs were the standard. Any reasons to prefer structured formats?

Shameless plug: I am working on a similar problem of Excel not being a great tool for large datasets. My desktop app[1] lets you import raw data files and query them using SQL. (The website needs to be updated, the app looks much better than the current screenshots).

[1]: https://textquery.app

Botlabs•1y ago
yes they are a lot easier to work with when inserting into the database
snappr021•1y ago
This type of thing is fairly trivial to create with ChatGPT running entirely locally in HTML.

A couple of kb of open standard vanilla js that does some simple things faster than legacy spreadsheets etc ever could.

Even to the point of creating invoices, reports etc based on standard filters stored in local storage…

oschvr•1y ago
Looks like you made it in lovable. It has that characteristic UI.

If so, how much time did it take you?

Botlabs•1y ago
thanks for your comment, it took me almost 3 weeks to build this
constantcrying•1y ago
I think it should go without saying, but never use this with anything more relevant than a hobby project.

Doing this with any kind of data you don't fully own (e.g. data from your company) is a terrible idea, from so many standpoints. That it is "allegedly" running locally is not making it much better.

I think my question to OP is, who is this for. Any developer can write up a convert for his own datasets, in basically any case I can think of where you are handling large amounts of data you are building a pipeline to do cleanup, renaming, conversion, etc. Who wants to have a part of that pipeline be uploading the data into the browser?

Solid and Clean Code never felt solid or clean to me

https://devz.cl/posts/solid-never-felt-solid/
1•DanielVZ•1m ago•0 comments

Applesauce: Transparent Compression for Apple File System Compression (AFSC)

https://github.com/Dr-Emann/applesauce
2•soheilpro•5m ago•0 comments

After 6 months of delays, Brilliant Labs delays smartglasses again

https://jfloren.net/b/2026/6/30/0
2•floren•5m ago•0 comments

BYD's flagship electric SUV won an anti-motion-sickness certification

https://electrek.co/2026/06/30/byds-flagship-electric-suv-wins-anti-motion-sickness-certification/
1•dabinat•9m ago•1 comments

I need some inspiration for Diploma

3•sky_flower•11m ago•2 comments

Scaling PgBouncer across every core with SO_REUSEPORT and peering

https://clickhouse.com/blog/pgbouncer-clickhouse-managed-postgres
1•cauchyk•12m ago•0 comments

The 'Father of the Internet' is finally retiring

https://techcrunch.com/2026/06/30/the-father-of-the-internet-is-finally-retiring/
2•Brajeshwar•13m ago•0 comments

Statistical Picture of Quantum Mechanics

https://scottlocklin.wordpress.com/2026/06/27/statistical-picture-of-quantum-mechanics/
1•surprisetalk•14m ago•0 comments

GPT-5.6 cheats so much its testers couldn't measure it

https://www.transformernews.ai/p/openai-gpt-56-sol-cheating-scheming-metr
4•shakeelhashim•15m ago•2 comments

Show HN: A simulation of a hybrid pulse-position and duration modulation concept

https://github.com/Morphsec88/vse-compute-over-storage
2•Morphsec88•16m ago•0 comments

Show HN: Do you want a semantic cache for free with zero code changes?

https://github.com/GuglielmoCerri/khazad
1•guglielmoce•18m ago•0 comments

Meta loses bid to dismiss US states' claims that FB, Instagram addict children

https://www.reuters.com/legal/government/meta-loses-bid-dismiss-us-states-claims-that-facebook-in...
4•tartoran•18m ago•0 comments

How To Read Something: The book is a block of wood

https://chillphysicsenjoyer.substack.com/p/how-to-read-something
1•crescit_eundo•20m ago•1 comments

We Can Pay for College Just Changed. What Borrowers Need to Know

https://www.wsj.com/personal-finance/student-loans-repayment-deadline-8bbc06e4
1•JumpCrisscross•20m ago•0 comments

The worst API ever made (2014)

https://caseymuratori.com/blog_0025
1•KomoD•21m ago•0 comments

Wallpaper Engine: Removal of Application Wallpapers from the Workshop

https://store.steampowered.com/news/app/431960/view/699894448411116924
1•haunter•22m ago•0 comments

We're Making an Open Source American Kei Truck [video]

https://www.youtube.com/watch?v=tlZlyp55dww
1•abetusk•22m ago•1 comments

AOL Owner to Go Public at over $18B Valuation

https://www.wsj.com/finance/stocks/aol-owner-to-go-public-at-over-18-billion-valuation-d00f302c
2•JumpCrisscross•22m ago•0 comments

HamsterOS jams a 32-bit GUI operating system in a single 1.44 MB floppy disk

https://www.tomshardware.com/video-games/retro-gaming/hamsteros-jams-a-32-bit-gui-operating-syste...
2•LorenDB•23m ago•0 comments

Ozone depletion began decades before discovery of ozone hole

https://news.mit.edu/2026/scientists-find-ozone-depletion-began-decades-before-ozone-hole-discove...
1•gmays•23m ago•0 comments

What's holding up the rollout of persistent domain validation for ACME?

https://www.turbolightsolutions.com/posts/dns-persist-01-rollout-blocked-by-security-issue/
2•keydown•26m ago•0 comments

The Origin of Tweet (2013)

https://furbo.org/2013/06/28/the-origin-of-tweet/
1•downbad_•26m ago•0 comments

More Americans Are Installing Residential Battery Storage

https://www.bloomberg.com/news/articles/2026-07-01/us-home-battery-installations-boosted-by-state...
1•toomuchtodo•27m ago•1 comments

Kim Dotcom Loses Court of Appeal Bid to Block Extradition to the U.S.

https://torrentfreak.com/kim-dotcom-loses-court-of-appeal-bid-to-block-extradition-to-the-u-s/
6•Brajeshwar•27m ago•2 comments

Optimization tales with CockroachDB: the slow logout

https://gaultier.github.io/blog/optimization-tales-cockroachdb-part2-slow-logout.html
1•broken_broken_•28m ago•0 comments

In Praise of Observational Evidence

https://asteriskmag.com/issues/14/in-praise-of-observational-evidence
1•fi-le•28m ago•0 comments

A small island in Estonia negotiated special rights

https://news.err.ee/1610067196/ruhnu-residents-sought-to-join-sweden-after-estonia-regained-indep...
1•NalNezumi•28m ago•0 comments

Why changing your productivity system is good

https://birchtree.me/blog/why-changing-your-productivity-system-is-good-actually/
1•surprisetalk•28m ago•0 comments

How We Made IPFS Content Publishing 10x Faster

https://probelab.io/blog/optimistic-provide/
3•dennis-tra•28m ago•0 comments

AI-native workflows have a moat problem

https://ai.gopubby.com/ai-native-workflows-have-a-moat-problem-49992bcc3088
1•oddish-tv•30m ago•0 comments