Code reads in a CSV file and outputs the data into an array of json objects.
Swap data.csv with the csv of your liking. Next commit will accept command line argument for csv file path, web browser file upload capability and progress.
To run:
go build
./csv-to-json
To see benchmarks on your data file:
go test -bench=.
The sample data file contains 36,634 records.