wireservice / csvkit

A suite of utilities for converting to and working with CSV, the king of tabular file formats.
https://csvkit.readthedocs.io
MIT License
6.03k stars 603 forks source link

Fix issue #1258 bad defaults for lengths to csvsql #1259

Closed clach04 closed 3 months ago

clach04 commented 3 months ago

Set sane defaults lengths for col-len-multiplier and min-col-len, set to 1 rather than None.

jpmckinney commented 3 months ago

Thanks! I did this in 5ba0aa7 putting the default in the regular order.