📚 All my TILs on csv

Neat! You found every TIL snippet that I have written about csv.

Atom feed for csv

csv Simple CSV to SQLite Recipe - 2023-03-04

I do this often enough that I want to have it written down for easy reference. …

csv Using xsv for manipulating CSVs on the CLI - 2022-12-08

A colleague asked for recommendations on CSV manipulation at the command line. I freely admit I have nothing sophisticated here. I use my friends cut, grep, head, sort, and uniq. My workflow looked something like this: …