Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaku-sei/json-to-csv
Un script simple capable de convertir du JSON en CSV
https://github.com/gaku-sei/json-to-csv
Last synced: 19 days ago
JSON representation
Un script simple capable de convertir du JSON en CSV
- Host: GitHub
- URL: https://github.com/gaku-sei/json-to-csv
- Owner: gaku-sei
- Created: 2016-04-24T17:41:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T08:01:38.000Z (over 8 years ago)
- Last Synced: 2024-11-05T13:12:43.236Z (2 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Lancement du script
```shell
git clone https://github.com/gaku-sei/json-to-csv.git
chmod +x json-to-csv.rb
./json-to-csv.rb fichier.json
```Où `fichier.json` est un fichier JSON valide, **devant** être un tableau
(commençant donc par `[`).