Ben Hoyt
Ben Hoyt
This is a dupe of https://github.com/johnezang/JSONKit/issues/133 -- Issue #133
Yeah, this would be really nice. I ran into `gomacro` via [gosnip](https://github.com/benhoyt/gosnip), a little tool I made to run snippets of Go code on the command line. It uses the...
Hi @microo8, GoAWK has never aspired to be compatible with Gawk and its vast suite of built-in functions, but rather with the much smaller POSIX spec. So just to set...
Ah yes, if you're using GoAWK as a Go package, that's an excellent use for `Config.Funcs` -- nice! What is your use case, out of interest, and is it open...
That sounds really neat, good work!
@vielmetti Thanks for that. Yeah, I've looked at csvkit some when thinking about this (see https://github.com/benhoyt/goawk/blob/master/csv.md#examples-based-on-csvkit). Select and cut and reorder are fairly straight-forward with the `@` operator, and the...
I've thought about this a bit more, and I prefer the GoAWK behavior here, so I'm going to stick with it for now. Including the CR in the field seems...
Thanks, I'm going to reopen this issue to revisit this.
Not a process group thing as such, but a pipe/stdout issue: https://github.com/golang/go/issues/21922
@vegarsti Was that on the branch, or master? Because on master I'm actually skipping that specific test for now due to this issue: https://github.com/benhoyt/goawk/commit/6d17a0874237496991daf86ea3098cd3d634e8a5 (I'm not sure where the 0.8s...