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

Request for textfsm in Go #64

Open
manivannanpk opened this issue Sep 30, 2019 · 5 comments
Open

Request for textfsm in Go #64

manivannanpk opened this issue Sep 30, 2019 · 5 comments

Comments

@manivannanpk
Copy link

Can you please make textfsm available in go?

@myyellowshoe
Copy link

myyellowshoe commented Dec 4, 2019

Not ideal, but you could write a wrapper and have Go run a python script that uses textfsm.
https://stackoverflow.com/questions/35528180/how-to-run-external-python-script-in-golang
Did something similar in node.

@manivannanpk
Copy link
Author

Any update from Google TextFSM team on this?

@manivannanpk
Copy link
Author

manivannanpk commented Dec 10, 2019

Not ideal, but you could write a wrapper and have Go run a python script that uses textfsm.
https://stackoverflow.com/questions/35528180/how-to-run-external-python-script-in-golang
Did something similar in node.

@myyellowshoe
Thanks. That's how I am running it now. But having it in native go code will be more efficient.

@manivannanpk
Copy link
Author

Can I transcompile Python TextFSM to Go using grumpy?

@sirikothe
Copy link

I have created a port of python textfsm into golang. Please give it a try and let me know if you like it: https://github.com/sirikothe/gotextfsm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants