Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 432 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 432 Bytes

CSV-to-JSON

Code reads in a CSV file and outputs the data into an array of json objects.

Usage

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.