Hacker News new | ask | show | jobs
by asharma327 2422 days ago
OP Here. I made this tool to easily split large CSV files into smaller ones. I have run into this task when non-tech people are unable to open large files.

There are many ways to do this if you can code but I wanted an easy browser based solution, especially so non-tech people I work with can do this on their own.

Feel free to try it out and let me know any feedback

2 comments

Very cool site, I have thought of making a CLI utility the same thing a few times but corporate computer limitations squashed that. I initially wanted to bring up bandwidth limitations but stopped myself as most people at work would not need to worry about that.
For quick work, the website works great but when we're actually working on the large file command line or a GUI makes more sense.