Created by: grnwood
Not sure if this is the 'proper' fix or not, however, I was using csvkit to grok a ugly CSV file from a client and was constantly getting a index out of range when running:
csvgrep -m "inspiring ideas to discover." -c 4 EK_ContentTableDump.csv
It failed in my case with a 'index out of range'. I added a try/catch around it and it seems to work (properly) now.