Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Csv to json
# Json to csv
> Simply transform a json to a csv


Expand Down Expand Up @@ -42,11 +42,11 @@ optional arguments:
File or folder of files containing one json per line
--streaming Create the csv in a stream way instead of loading
every json in memory
--sep SEP Separator used to create columns' names
--sep SEP Separator used to create columns names
--int_to_float Cast int to float
--path_output PATH_OUTPUT
Path output
```sh
```

Please refer to [here](https://github.com/Besedo/json-to-csv/examples) for examples.

Expand Down