Calmcode - csvkit: chained commands

Chained Commands

1 2 3 4 5 6

The following commands are run in this video;

in2csv pokemon.csv \
  | csvgrep -c type/0 -m "Fire" \
  | csvcut -c name \
  | csvjson \
  > fire.json