We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This can be done using https://github.com/benhoyt/goawk which could support CSV/TSV as well
The text was updated successfully, but these errors were encountered:
@ripienaar - I watched your YouTube video. I was thinking the exact same thing about awk support.
I love what you've done so far with AppBuilder!
Sorry, something went wrong.
Thank you :)
The other transforms are things you dont get on basically every machine - awk is everywhere, so return on investment is smaller.
transform: line_graph: caption: First Things script: | ./thing.sh | awk '{print $1}'
However I do like the idea so might do it stil, this issue was filed before I added script and transform pipelines
script
https://github.com/benhoyt/goawk :)
A POSIX-compliant AWK interpreter written in Go, with CSV support
Might be worth a look
@gedw99 as mentioned in the issue yes :)
No branches or pull requests
This can be done using https://github.com/benhoyt/goawk which could support CSV/TSV as well
The text was updated successfully, but these errors were encountered: