Question: Nice "drop-in" replacements to grep some lines of csv files containing some keywords in some column.
Requirement: support more complex csv files - that have double quotes, newlines.
Usecase: "csvkit" is awesome, but it might be too much to just grep few lines.
There is very nice csvkit for working with csv files, that includes csvgrep. But sometimes, environment for which we are writing script does not have csvkit isntalled and installing/compiling all might be overkill for just greping few lines of csv file.