in2csv: Streaming option for --no-inference? Running out of memory
Created by: nealmcb
Like issue #338 (closed), I'm trying to work with data that won't fit in memory (even my 16 GB).
I'm running in2csv --no-inference
to convert file types, change delimiters etc.
Since I don't want data inference for this particular problem, it should be possible to stream the data.
If it would be too much to implement a streaming option here, I wonder if any can recommend another good tool out there for just properly changing delimiters and the like for big data files.