The following commands are run in this video;
in2csv pokemon.csv \
| csvgrep -c type/0 -m "Fire" \
| csvcut -c name \
| csvjson \
> fire.json
csvkit: chained commands
The following commands are run in this video;
in2csv pokemon.csv \
| csvgrep -c type/0 -m "Fire" \
| csvcut -c name \
| csvjson \
> fire.json