Skip to main content

CSV Helper

CSV-Helper.com is the outgrowth out some CSV related functions I've had lying around. I decided to build my own JSON/CSV converter when I needed to convert some JSON to CSV and couldn't find any free sites that would support conversion for 400mb of JSON.

I had most of the required functions already written (because in the past I would just add the CSV conversion part directly to my web scraping scripts), so I started off using chrome snippets with a simple button that allowed me to upload my file and then run through the conversion functions. As I was adding capability (such as support for JSON with nested and non-uniform objects), I realized other people could use this too, and it wouldn't be that difficult to create a simple little UI.

json to csv

Current State:

"Finished". The github repo has a bunch of additional work that hasn't been deployed, but this is super low on the list of priorities and I'm not sure it's worth putting any more time into this.

Stack:

  • Front: JS
  • Back: Not Used

AWS

S3, Cloudfront, Route 53