csvquote VS Awk-Batteries

Compare csvquote vs Awk-Batteries and see what are their differences.

csvquote

Enables common unix utlities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines (by dbro)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
csvquote Awk-Batteries
3 8
442 12
- -
1.9 1.8
10 months ago over 2 years ago
C Awk
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

csvquote

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
    1 project | news.ycombinator.com | 1 Jul 2023
  • Understanding Awk
    5 projects | news.ycombinator.com | 30 Sep 2021
    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
    4 projects | news.ycombinator.com | 7 Sep 2021
    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.

Awk-Batteries

Posts with mentions or reviews of Awk-Batteries. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.

What are some alternatives?

When comparing csvquote and Awk-Batteries you can also consider the following projects:

csvinfo - A small util to show max column lengths for a passed CSV file.

microperl-standalone

busybox-w32 - WIN32 native port of BusyBox.

sparklines - Text-based sparklines for the command line mimicking those of Edward Tuft.

cligen - Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at

awk - Random AWK code

bioawk - BWK awk modified for biological data

maga-csv - GAWK CSV extension

mkmcsv - Command-line utility for processing CSV files exported from Cardmarket.

asm - scriptable runtime-writable livecd / hardware wrangler