Skip to content

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xitiomet committed Jun 17, 2022
1 parent c816846 commit bbece4e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ $ json-roller -i keys.json -k WHAT,STUFF -m


As you can see, "container" layers are treated as fields in the final output. When passing data into json-roller there are 3 formats to consider
* Singular root object as the entire file (a full scan and pivot will be performed like above)
* one object per line (each is treated as a row, columns are created as needed)
* a singular root array with a json object as each entery (each object is treated as a row, columns are created as needed)

* Singular root object as the entire file (a full scan and pivot will be performed like above)
* one object per line (each is treated as a row, columns are created as needed)
* a singular root array with a json object as each entery (each object is treated as a row, columns are created as needed)

Note: when inputing multiple files they are concatinated first and treated as above

Expand Down

0 comments on commit bbece4e

Please sign in to comment.