NAME
jcols - transforms JSON into tabular fields suitable for column
VERSION
version 0.03
SYNOPSIS
jcols --cols "field1 field2 field3 ..." [--sep "|"] [/path/to/file1 /path/to/file2 ...]
DESCRIPTION
Outputs JSON object fields in a format suitable for column
.
OPTIONS
--cols
Space-separated list of fields to include in output. The first line of output will be the list of fields, separated by "--sep".
--sep
Optional separator string between columns. Defaults to a single tab.
AUTHOR
Jeff Ober <sysread@fastmail.fm>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Jeff Ober.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.