usage: avrocat [-h] [-n COUNT] [-s SKIP] [-f {json,csv}] [--header] [--filter FILTER] [--schema] filename `cat` for Avro files positional arguments: filename avro file (- for stdin) optional arguments: -h, --help show this help message and exit -n COUNT, --count COUNT number of records to print -s SKIP, --skip SKIP number of records to skip -f {json,csv}, --format {json,csv} record format --header print CSV header --filter FILTER filter records (e.g. r['age']>1) --schema print schema
EDIT: Seems like avrocat is finding itself into the "avro" package.
No comments:
Post a Comment