Avoid errors on empty input
-
echo "" | csvcut
: errors with'NoneType' object has no attribute 'split'
It's likely all the tools have poor error messages on empty inputs.
echo "" | csvcut
: errors with 'NoneType' object has no attribute 'split'
It's likely all the tools have poor error messages on empty inputs.