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 | |
_service | 0000000585 585 Bytes | |
csvprintf-1.3.0.obscpio | 0000092171 90 KB | |
csvprintf.changes | 0000002713 2.65 KB | |
csvprintf.obsinfo | 0000000099 99 Bytes | |
csvprintf.spec | 0000001973 1.93 KB |
Revision 15 (latest revision is 18)
Archie Cobbs (archie172)
committed
(revision 15)
- Update to release 1.3.0 + Added "-b" flag for new Bash output mode
Comments 0