Simple CSV file parser for the UNIX command line
https://github.com/archiecobbs/csvprintf
csvprintf is a simple UNIX command line utility for parsing CSV files.
csvprintf works like the printf(1) command line utility: you supply a
printf(1) format string on the command line, and each row of the CSV file
is split into arguments and formatted accordingly. The format specifiers
in the format string contain numeric or symbolic column accessors to
specify which CSV column to format.
csvprintf can also convert CSV files into XML and JSON documents
and Bash variable assignments suitable for eval(1).
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / csvprintf
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout utilities/csvprintf && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
csvprintf-1.0.4.tar.gz | 0000097418 95.1 KB | |
csvprintf.changes | 0000001213 1.18 KB | |
csvprintf.spec | 0000002044 2 KB |
Revision 5 (latest revision is 18)
Archie Cobbs (archie172)
committed
(revision 5)
- Update to release 1.0.4 - Fixed "unexpected character" bug when line ends with QUOTE, CR - Added "-X" flag to derive XML tag names from column headers
Comments 0