Skip to content

Commit

Permalink
csv-to-ndjson: Add usage docs
Browse files Browse the repository at this point in the history
Co-authored-by: Cornelius Roemer <[email protected]>
  • Loading branch information
joverlee521 and corneliusroemer authored Aug 22, 2023
1 parent 5d7086f commit ea28240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csv-to-ndjson
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3
"""
Convert CSV on stdin to NDJSON on stdout.
usage: `cat dummy.csv | ./csv-to-ndjson > dummy.ndjson`
"""
import csv
import json
Expand Down

0 comments on commit ea28240

Please sign in to comment.