agate: csvlook: ignore unequal columns between rows
Created by: die4live
I like to use csvlook -t to view tab-separated file for good layout even it is not in a strict TSV format. For example one word in first line as a title and some more lines with three columns as content, which can be parsed by csvlook in older version of csvkit. However, for an updated version, the same command will throw out a error like 'Row 0 has 1 values, but Table only has 3 columns' and stop, and there's NO option to disable this rule.
So is it possible to add a argument to ignore unequal columns in file as what I want is just to align all columns vertically for a nice view, thanks!