Skip to content

Commit ec2a692

Browse files
csv-to-ndjson: Add usage docs
Co-authored-by: Cornelius Roemer <[email protected]>
1 parent a44f954 commit ec2a692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csv-to-ndjson

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python3
22
"""
33
Convert CSV on stdin to NDJSON on stdout.
4+
usage: `cat dummy.csv | ./csv-to-ndjson > dummy.ndjson`
45
"""
56
import csv
67
import json

0 commit comments

Comments
 (0)