Modernizing AWK, a 45-year old language, by adding CSV support

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

  • I wrote a parser that does what -F, does but correctly, you can see that its actually very difficult. Not only that, but there are extensions to csv, some csv have a header which means that instead of $1 $2 $3 ..., you just name the field instead, which means you have to ignore the first record. there's also other things, but csv is a difficult format to parse.

  • miller

    Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON

  • Completely different project in same spirit... https://github.com/johnkerl/miller

  • 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
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

  • Need help on cleaning this data!!

    1 project | /r/datacleaning | 13 Jun 2023
  • Running weekly average

    1 project | /r/bash | 10 Jun 2023
  • johnkerl/miller: Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON

    1 project | /r/devel | 8 Jun 2023
  • Miller: Like Awk, sed, cut, join, and sort for CSV, TSV, and tabular JSON

    1 project | /r/hypeurls | 16 Mar 2023
  • convert api data in csv using postman and miller

    1 project | dev.to | 16 Feb 2023