Using AWK with CSV Files

This page summarizes the projects mentioned and recommended in the original post on /r/commandline

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Awk-Batteries

    Public AWK Directory

  • maga-csv

    GAWK CSV extension

  • A friend and I wrote an extension to gawk to support csv using libcsv (MAGA-CSV - Make Awk Great Again!). It's pretty quick!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • xsv

    A fast CSV command line toolkit written in Rust.

  • If you're fine with interactive editing, then Visidata is a great tool for it. Other than that, I've used both csvkit and xsv to convert and select data from csv/tsv.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Anyone else feel like they are using Pandas as a crutch?

    1 project | /r/dataengineering | 5 Mar 2023
  • xsv

    1 project | /r/ITProTuesday | 3 Mar 2023
  • Using Commandline To Process CSV files

    1 project | /r/programming | 14 Dec 2022
  • How do I delete lines in a CSV using Sed based on condition?

    2 projects | /r/commandline | 26 Jul 2022
  • Write a program in Rust to read a CSV file and create two output CSV files – one file with odd rows and the other file with even rows from the input file

    1 project | /r/rust | 17 Jun 2022