mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:35:32 +02:00
in2csv: better example for piping / -f
flag
This commit is contained in:
parent
4ddf748875
commit
5676e5892d
1 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,6 @@
|
|||
|
||||
`in2csv --sheet={{sheet_name}} {{data.xlsx}}`
|
||||
|
||||
- Fetch csvkit's open issues from GitHub's JSON API, and convert them to CSV:
|
||||
- Pipe a JSON file to in2csv:
|
||||
|
||||
`curl https://api.github.com/repos/onyxfish/csvkit/issues?state=open | in2csv -f json > issues.csv`
|
||||
`cat {{data.json}} | in2csv -f json > {{data.csv}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue