SaaSHub helps you find the best software and product alternatives Learn more →
Csvquote Alternatives
Similar projects and alternatives to csvquote
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better csvquote alternative or higher similarity.
csvquote discussion
csvquote reviews and mentions
Posts with mentions or reviews of csvquote.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-30.
- Csvquote – smart and simple CSV processing on the command line
- csvquote – smart and simple CSV processing on the command line
-
Understanding Awk
There is a small program I wrote called csvquote[1] that can be used to sanitize input to awk so it can rely on delimiter characters (commas) to always mean delimiters. The results from awk then get piped through the same program at the end to restore the commas inside the field values.
Also works for other text processing tools like cut, sed, sort, etc.
[1] https://github.com/dbro/csvquote
-
Awk: The Power and Promise of a 40-Year-Old Language
CSVs with quoted fields and imbedded newlines can be troublesome in awk. Years ago I had found a script that worked for me, I'm not sure but I think it was this:
http://lorance.freeshell.org/csv/
There's also https://github.com/dbro/csvquote which is more unix-like in philosophy: it only handles transforming the CVS data into something that awk (or other utilities) can more easily deal with. I haven't used it but will probably try it next time I need something like that.
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Aug 2026
Stats
Basic csvquote repo stats
4
453
1.9
about 3 years ago
dbro/csvquote is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of csvquote is C.