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?

Rare polyamorous bird of prey's location has been kept a mystery

https://www.cnn.com/2026/08/24/uk/montagus-harrier-chicks-bird-of-prey-mystery-scli-intl
1•Tomte•17s ago•0 comments

A privacy-focused PDF toolkit that runs in the browser

https://ofcpdf.com/
1•artificiaI•4m ago•0 comments

Open Source Is Good Marketing

https://victoriametrics.com/blog/open-source-is-good-marketing/index.html
2•valyala•5m ago•0 comments

We're 15-year-olds tired of switching study apps, so we built our own

https://reviscio.com
3•Luka_Takki•9m ago•2 comments

My Anti-AI Manifesto

http://alessandrorosa.altervista.org/pages/my.anti.ai.manifesto.html
2•alesrosa•9m ago•0 comments

Ubisoft forgot the actual game in Steam release of Heroes of Might and Magic 3

https://www.pcgamer.com/games/strategy/ubisoft-forgot-to-make-sure-the-steam-release-of-heroes-of...
1•HelloUsername•11m ago•0 comments

It's the People, Stupid (Human Art in a Company World)

https://nappertime.com/its-the-people-stupid-human-art-in-a-company-world/
1•andsoitis•12m ago•0 comments

What if AI were in charge of public policy and politics?

https://inevolin.github.io/blog/2026/08/25/should-we-let-ai-govern-us/
1•iljanevo•12m ago•1 comments

Open source in-browser log sanitizer, feedback required

1•andriimb•15m ago•2 comments

RAG Is Simpler Than You Think

https://www.lighthousenewsletter.com/p/rag-is-simpler-than-you-think
2•j0selit0•18m ago•0 comments

The End of Programming

https://pauldix.com/the-end-of-programming
4•kosyooo•19m ago•0 comments

How to Build a McKinsey-Style PowerPoint with AI: 8 Rules for Consulting Slides

https://medium.com/@2315610426/how-to-build-a-mckinsey-style-powerpoint-with-ai-8-simple-rules-fo...
2•chenxi030826•20m ago•0 comments

Ask HN: Is what Open Commonplace legal?

1•VishnuShayeq01•23m ago•0 comments

Hister: A private, self-hosted search engine for the browser history and files

https://github.com/asciimoo/hister
1•mpfect•23m ago•0 comments

The Flood Came Without Warning: What Happened in Northern Nepal?

https://moztako.me/northern-nepal-flash-flood-rasuwa-timure-syabrubesi/
1•vadinho•24m ago•0 comments

Bill Gates says we've passed AI's danger thresholds. Now what?

https://www.technologyreview.com/2026/08/26/1142946/bill-gates-ai-danger-threshold/
1•mdp2021•24m ago•0 comments

Gh omens: will GitHub go down?

https://github.com/sandermvanvliet-stack/gh-omens/
1•sandermvanvliet•26m ago•1 comments

More than 18000 questionable images found in antibody catalogues of 15 companies

https://www.nature.com/articles/d41586-026-02635-w
1•matsemann•27m ago•0 comments

Revolut Joins Global Stablecoin Race with Euro-Backed Token

https://www.bloomberg.com/news/articles/2026-08-26/revolut-joins-global-stablecoin-race-with-euro...
2•thm•31m ago•0 comments

Multilayer Network Backboning

https://www.michelecoscia.com/?p=2583
1•mikk14•32m ago•0 comments

SleepJEPA: Learning the latent world of sleep to estimate disease risk

https://pmc.ncbi.nlm.nih.gov/articles/PMC13042106/
1•brandonb•33m ago•0 comments

'This is crazy. This is insane': Bill Gates has changed his mind about AI,jobs

https://www.semafor.com/article/08/25/2026/this-is-crazy-this-is-insane-bill-gates-has-changed-hi...
2•thm•33m ago•1 comments

A Drone Killed Three Ukrainians. It Was Guided by A.I

https://www.nytimes.com/2026/08/24/world/europe/russia-drones-autonomous-ai-kill-ukraine-war.html
2•YeGoblynQueenne•37m ago•1 comments

Drive-By Agent Hijacking: One Website Visit, Persistent Model Poisoning

https://www.cyera.com/research/nemoclaw-one-website-visit-to-hijack-your-ai-agent
1•shimi12•39m ago•0 comments

Veryfront Code, the first full-stack AI framework

https://github.com/veryfront/veryfront-code
4•kojiwakayama•46m ago•1 comments

One sentence owns this page until you pay $1 more

https://takethethrone.fun
1•letapnahsor•49m ago•0 comments

Is this the civilization we really want? (2017)

https://dynamicland.org/archive/2017/Is_this_the_civilization_we_really_want
2•panic•50m ago•0 comments

WICG/Local-Peer-to-Peer

https://github.com/WICG/local-peer-to-peer
1•eternityforest•52m ago•0 comments

MIDI-hook – Your MIDI controller, now a command center

https://github.com/skorotkiewicz/midi-hook
2•modinfo•53m ago•0 comments

Chinese robot Tiangong clocks sub-9 second 100 metres

https://www.reuters.com/world/asia-pacific/chinese-robot-tiangong-clocks-sub-9-second-100-metres-...
4•hakkikonu•53m ago•1 comments