frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

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

https://csvforge.com
41•Botlabs•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
yes they are a lot easier to work with when inserting into the database
snappr021•11mo 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•11mo ago
Looks like you made it in lovable. It has that characteristic UI.

If so, how much time did it take you?

Botlabs•11mo ago
thanks for your comment, it took me almost 3 weeks to build this
constantcrying•11mo 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?

6o6 v1.1: Faster 6502-on-6502 virtualization for a C64/Apple II Apple-1 emulator

http://oldvcr.blogspot.com/2026/03/6o6-v11-faster-6502-on-6502.html
1•classichasclass•2m ago•0 comments

What's Your Hour in 'Silicon Valley Time'? (2015)

https://medium.com/backchannel/how-the-tech-press-forces-a-narrative-on-companies-it-covers-5f89f...
1•_air•7m ago•0 comments

Making and Machines

https://www.chrbutler.com/making-and-machines
1•jfil•8m ago•0 comments

Replacing the Orange Website

https://deathbyclawd.com/?url=news.ycombinator.com
2•walterbell•12m ago•0 comments

The Texas Lawyer and Part-Time Pastor Who Beat Meta and Google

https://www.wsj.com/us-news/law/the-texas-lawyer-and-part-time-pastor-who-beat-meta-and-google-82...
1•1vuio0pswjnm7•16m ago•0 comments

Show HN: An Economic OS with a 16,200x Stability Floor (100M Monte Carlo runs)

1•bedardbrandon89•23m ago•0 comments

Will the AI data centre boom become a $9T bust?

https://www.ft.com/content/805f78f3-8da3-4fc0-b860-207a859ac723
9•1vuio0pswjnm7•24m ago•2 comments

UK joins global push to rein in children's screen use with national guidance

https://www.reuters.com/technology/uk-joins-global-push-rein-childrens-screen-use-with-national-g...
2•1vuio0pswjnm7•27m ago•0 comments

TurboQuant: KV Cache Quantization to 3.5 Bits with Zero Accuracy Loss- ICLR 2026

https://darshanfofadiya.com/research-papers/turboquant/
1•DARSHANFOFADIYA•31m ago•0 comments

Memlab – Analyzes JavaScript heap and finds memory leaks in browser and Node.js

https://facebook.github.io//memlab/
1•h4ch1•34m ago•3 comments

GitHub Actions for Gradle v6: What's Changing and Why

https://blog.gradle.org/github-actions-for-gradle-v6
2•arkon_hn•39m ago•0 comments

TIL: Uv Settings I Changed after LiteLLM

https://antisimplistic.com/posts/2026-03-28-til-uv-settings-after-litellm/
2•vinhnx•40m ago•0 comments

Grade Caps Fail the Game Theory Exam

https://www.thecrimson.com/article/2026/3/27/kominers-harvard-grade-cap/
1•yurivish•44m ago•0 comments

Building a computer from scratch and running C++ on it [video]

https://www.youtube.com/watch?v=lBooqws52YA
1•vinhnx•49m ago•0 comments

Heerich.js – A tiny engine for 3D voxel scenes rendered to SVG

https://meodai.github.io/heerich/
2•OuterVale•56m ago•0 comments

Understanding Semiconductors: A Technical Guide for Non-Technical People

https://link.springer.com/book/10.1007/978-1-4842-8847-4
2•teleforce•1h ago•0 comments

Linux on Claude

https://github.com/prairielabs/LinuxOnClaude
1•indigodaddy•1h ago•0 comments

Can AI Exit Vim?

https://theadamcolton.github.io/can-ai-exit-vim
2•topwalktown•1h ago•2 comments

Five Things to Know About the Siri Chatbot Coming in iOS 27

https://www.macrumors.com/2026/03/27/ios-27-siri-chatbot-features/
1•evo_9•1h ago•0 comments

Calculate Dora Metrics for Free

https://www.arewedeploying.com/
2•jahrichie•1h ago•1 comments

Turing Complete

https://store.steampowered.com/app/1444480/Turing_Complete/
1•jr-14•1h ago•0 comments

Meet The 'Corporate Bro' Making Millions Satirizing Tech Sales

https://www.wsj.com/business/media/meet-the-corporate-bro-making-millions-satirizing-tech-sales-d...
1•petethomas•1h ago•0 comments

Claude found zero days in Ghost and the Linux kernel

https://twitter.com/chiefofautism/status/2037951563931500669
1•Murfalo•1h ago•0 comments

Rama matches CockroachDB's TPC-C performance at 40% less AWS cost

https://blog.redplanetlabs.com/2026/03/17/rama-matches-cockroachdbs-tpc-c-performance-at-40-less-...
1•nathanmarz•1h ago•0 comments

Sel – short film lauren flinner

https://www.youtube.com/watch?v=rhCn9DgOSiI
1•marysminefnuf•1h ago•0 comments

Kee – Key combination matching on the modern web

https://github.com/juzerzarif/kee
2•juzerzarif•1h ago•1 comments

Show HN: PeriodicTableOfElements.org

https://periodictableofelements.org/?lang=en
4•nadermx•2h ago•0 comments

Social media is populist and polarising; AI may be the opposite

https://www.ft.com/content/3880176e-d3ac-4311-9052-fdfeaed56a0e
2•malloryerik•2h ago•1 comments

Show HN: Anamnesis – Open-source 4D strategic memory engine for AI agents

https://github.com/gayawellness/anamnesis
2•gayawellness•2h ago•0 comments

Pretext Demos

https://chenglou.me/pretext/
1•vinhnx•2h ago•0 comments