Davy Landman
Davy Landman
There is no build in tool for sorting yet, primarily because it requires to keep all the output somewhere in memory (or on disk), since the last line might be...
Regarding the stream XZ, that would be a nice addition indeed. In that way we would avoid large arrays from being allocated. Not sure about what you mean with size...
(If you rebase/merge from master, I think I fixed the failing travis build for PRs.)
How awesome! I have some questions: - Could you merge with the current upstream? It's your code, and you'll know best how to merge it. - Can you add test...
hmm, what should happen if a quoted cell contains a newline?
I like the feature of stopping after n rows, perhaps it should be renamed to csvhead?
Current workaround: ``` LC_ALL='C' sed 's/\x1F/,/g' ```
Hi, Not sure what you mean with a csvlook program? Is there a gnu tool equivalent? At the moment there is no calculation of the width of the columns, and...
Ah, interesting, I can't really imagine that you want to view MBs of csv in this way? looks like a nice tool to inspect some part of the data? I...
I've thought about it a bit more, and it could indeed work. The first buffer (1MB) is used to calculate column widths, and the rows are limited to those widths.