Skip to content
New issue

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

Consider adding an awk transform #74

Open
ripienaar opened this issue Jun 25, 2022 · 4 comments
Open

Consider adding an awk transform #74

ripienaar opened this issue Jun 25, 2022 · 4 comments
Labels
ideas Ideas for possible future features

Comments

@ripienaar
Copy link
Member

This can be done using https://github.com/benhoyt/goawk which could support CSV/TSV as well

@ripienaar ripienaar added the ideas Ideas for possible future features label Jun 25, 2022
@netserf
Copy link
Contributor

netserf commented Jul 10, 2022

@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!

@ripienaar
Copy link
Member Author

ripienaar commented Jul 10, 2022

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

@gedw99
Copy link

gedw99 commented Jul 14, 2022

https://github.com/benhoyt/goawk :)

A POSIX-compliant AWK interpreter written in Go, with CSV support

Might be worth a look

@ripienaar
Copy link
Member Author

@gedw99 as mentioned in the issue yes :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ideas Ideas for possible future features
Projects
None yet
Development

No branches or pull requests

3 participants