Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 `[`).