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?

Show HN: Free AI Coding Skills for Rails

https://www.railsreviews.com/skills
1•julianrubisch•49s ago•0 comments

Vibe Maintainer

https://steve-yegge.medium.com/vibe-maintainer-a2273a841040
1•MrBuddyCasino•3m ago•0 comments

Show HN: Fingerprinting browser-impersonating bots w/o JavaScript (open spec)

https://github.com/rozetyp/rq4
1•rozetyp•4m ago•0 comments

Relationship Communication Coach

https://talkboy.org
1•Veryyy•4m ago•0 comments

Why Your Engineering Team Is Slow (It's the Codebase, Not the People)

https://piechowski.io/post/codebase-drag-audit/
2•grepsedawk•8m ago•1 comments

QuantumLeap: 2.3× faster MoE inference with intelligent expert caching

https://github.com/MartinCrespoC/QuantumLeap---Llama.cpp-TurboQuant
1•ikharoz•8m ago•0 comments

Executive Briefing: The Invisible AI Input

https://dekodiert.de/en/articles/unsichtbare-input
1•sdoering•13m ago•0 comments

1-day RCE vulnerability in vim

https://github.com/vim/vim/security/advisories/GHSA-2gmj-rpqf-pxvh
1•weinzierl•17m ago•1 comments

Stripe Won't Save You from Bad Access Control

https://www.getprobo.com/blog/2026-03-31-stripe-security-101
1•gearnode•18m ago•0 comments

DIY Wall-Mounted Solar Panels on Unistrut Mounting [video]

https://www.youtube.com/watch?v=emAul4ozc1Q
1•thelastgallon•18m ago•0 comments

The "Hiring Boom" Is a Mirage

https://www.highsignalhiring.com/p/the-hiring-boom-is-a-mirage
1•BerislavLopac•20m ago•1 comments

Show HN: Dynamod – Linux init with Erlang-style supervisor trees

https://github.com/sinisterMage/dynamod
3•SinisterMage2•23m ago•0 comments

Scientists shocked to find lab gloves may be skewing microplastics data

https://www.sciencedaily.com/releases/2026/03/260329222938.htm
1•isaacfrond•24m ago•0 comments

Show HN: Open-source AI native linktree app

https://linkroot.space
1•IsruAlpha2•27m ago•0 comments

Show HN: Book Juicing – Interactive D. Amodei's "The Adolescence of Technology"

https://adolescence-of-technology-vercel.vercel.app/
1•akman•30m ago•0 comments

The carcinogenicity of e-cigarettes: a qualitative risk assessment

https://academic.oup.com/carcin/article-abstract/47/1/bgag015/8555982?redirectedFrom=fulltext
2•femto•34m ago•1 comments

Working Software Runs Locally

https://nickmonad.blog/2026/working-software-runs-locally/
1•mpweiher•37m ago•0 comments

Andrej Karpathy on supply chain attacks

https://twitter.com/karpathy/status/2038849654423798197
2•tosh•43m ago•0 comments

The Download: brainless human clones and the first uterus kept alive outside a

https://www.technologyreview.com/2026/03/30/1134836/the-download-brainless-human-clones-first-ute...
1•joozio•45m ago•0 comments

Show HN: TaskTrace, a local-first activity log that gives LLMs context

https://tasktrace.com
1•warrenronsiek•50m ago•1 comments

Show HN: Claudebase: Sync your Claude Code env across machines via GitHub

https://github.com/rohithzr/claudebase
1•rohithazra•55m ago•0 comments

Human TODO

https://humantodo.dev/
1•pramodbiligiri•55m ago•0 comments

YouTube chat logs reveal employees aimed for "viewer addiction" and scrapped

https://www.dexerto.com/youtube/youtube-chat-logs-reveal-employees-aimed-for-viewer-addiction-and...
5•latein•58m ago•1 comments

Freedom is the only thing that matters. Living freely. Creating freely

4•kaizenb•59m ago•4 comments

With Mythos will we reach coding singularity?

1•kamalsrini17•1h ago•0 comments

Memopt – GPU memory infrastructure for AI clusters

https://memopt.com/
1•lachu_536•1h ago•0 comments

2026 has been the most pivotal year in my career and it's only March

https://nullprogram.com/blog/2026/03/29/
5•x591•1h ago•1 comments

Shor's algorithm is possible with as few as 10k reconfigurable atomic qubits

https://arxiv.org/abs/2603.28627
2•ipnon•1h ago•0 comments

Vaping likely to cause cancer, new Australian review of evidence finds

https://www.rnz.co.nz/news/world/591096/vaping-likely-to-cause-cancer-new-australian-review-of-ev...
5•abawany•1h ago•1 comments

Q4_0 KV cache collapses 92.5% at 64K on DGX Spark GB10 (unified memory paradox)

https://github.com/Memoriant/dgx-spark-kv-cache-benchmark
2•memoriant•1h ago•0 comments