CsvTojson Packages

simpleCsvToJson

Converts a string with csv data into json. First line should contain the field names. Line break is assumed to be ' '.

0.0.2 • Published 8 years ago

csv-stream-to-json

Takes a CSV file stream and parse it line by line to JSON. It accepts two callbacks: 1. Called for each file line, 2. Called at the end of the file parsing and gets passed the whole json array

1.0.1 • Published 7 years ago