John Kerl

Results 286 comments of John Kerl

Hi @aborruso ! Well, I don't know. * I've been working on Miller about 5 years now, on and off, far more "off" than on. Nonetheless re-writing it is not...

It doesn't do much yet :) -- very much partway built.

I do want feedback though, for sure ... I can let you know when there's something you can experiment with. :)

The only verbs at present are `cat`, `tac`, `cut`, and `put` (no `filter`) and even then the DSL grammar for `put` is only partially implemented. (A lot of what I've...

This is not a stupid question at all!! DKVP doesn't have a way to handle delimiters within data. One option is using a different delimiter, e.g. ``` $ echo "name=Andrea;WhatIlike=mlr,john"...

This will be addressed by the [Go port](https://github.com/johnkerl/miller/blob/master/go/README.md).

@aborruso thanks for testing! You're right, the DKVP reader in the Go port is still quotes-unaware as the C one is -- it doesn't yet have smart quote-handling implemented yet.

Makes sense! Maybe one could also adapt/extend `mlr cat -n` ...

gzip and zip are different formats which do different things. `gzip` is for compressing single files. `tar` is for collecting multiple files into one. doing both (`.tar.gz` or `.tgz`) is...