Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manufosela/csv2json
Script to convert csv file to json file
https://github.com/manufosela/csv2json
Last synced: about 1 month ago
JSON representation
Script to convert csv file to json file
- Host: GitHub
- URL: https://github.com/manufosela/csv2json
- Owner: manufosela
- Created: 2020-01-03T19:28:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T10:41:39.000Z (over 2 years ago)
- Last Synced: 2023-03-24T12:03:53.299Z (almost 2 years ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# CSV2JSON
Ejecutable para convertir un fichero csv separado por comas en un array de objetos JSON por cada linea.
La primera linea del CSV debe contener los campos (kesy) de cada objeto.## Ejecutable
Dado un JSON 'mi.csv' que queremos pasar a JSON
> csv2json mi.csv
Generando el fichero: mi.json