Today I discovered jaq absolutely love the rationale behind it & its feature set. I really hoped to be able to use it for a lot of my CSV work for which I'm usually whipping up small custom scripts in Perl or Python.
Unfortunately I'm dealing with a lot of files that use semicolons instead of commas or tab characters as the field separator, as a lot of programs in my vicinity produce them that way. jaq doesn't seem to support those, at least according to my tests & study of the (well-written) jaq documentation. Would it be possible to implement support for them? A dedicated field separator option would be more than enough for me, but maybe even attempting auto-detection on the first line of the file if the input format is CSV (either via the file extension or --from.
Thanks for considering.
Today I discovered
jaqabsolutely love the rationale behind it & its feature set. I really hoped to be able to use it for a lot of my CSV work for which I'm usually whipping up small custom scripts in Perl or Python.Unfortunately I'm dealing with a lot of files that use semicolons instead of commas or tab characters as the field separator, as a lot of programs in my vicinity produce them that way.
jaqdoesn't seem to support those, at least according to my tests & study of the (well-written)jaqdocumentation. Would it be possible to implement support for them? A dedicated field separator option would be more than enough for me, but maybe even attempting auto-detection on the first line of the file if the input format is CSV (either via the file extension or--from.Thanks for considering.