1.0.4 • Published 7 years ago

@lfaler/csv-to-json v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

CSV to JSON Convertor

Installation

npm i -g @lfaler/csv-to-json
csvToJson

Commands

CSV-To-JSON

csvToJson csv-to-json <existing-csv-file-path> <destintion-json-file-path>

JSON-To-CSV

csvToJson json-to-csv <existing-csv-file-path> <destintion-json-file-path>

Clean MongoDB DataSet

If your dataset is a file with a object in each line however is not an array. This command will convert that file into an array of objects.

csvToJson clean-mongodb-dataset <existing-json-file-path> <destintion-json-file-path>
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago