Closed xrotwang closed 3 years ago
Maybe setting a higher field size limit in csvw
- say 1,000,000 - might make sense as well. But then - as long as we use Python's csv
module for the low level parsing, we should probably stick with its defaults to not surprise users (even if it might be nice surprises).
Similar to the tools in
csvkit
,cldf
commands should support an optionto make sure we can also read CSV with large field content - such as GeoJSON data, for example.