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

Output csv without quotes #336

Open
rjcortese opened this issue Mar 27, 2020 · 4 comments
Open

Output csv without quotes #336

rjcortese opened this issue Mar 27, 2020 · 4 comments

Comments

@rjcortese
Copy link

Hey all, thanks for the great library / tool.
I'm converting some logs to CSV format with a command like:
lognormalizer -r myRulebase -p -e csv -E "field field2 field3 ..."
Current output looks like:
"field","field2","field3"
Everything is peachy but I'm wanting my output to be without quotes:
field,field2,field3,...
Is there currently a way to do this?
If not would it make sense to add this as an enhancement?
Thanks again!

@davidelang
Copy link
Contributor

davidelang commented Mar 27, 2020 via email

@rjcortese
Copy link
Author

I'm down to give it a shot.
If one were to add an option for it, what kind would you suggest? A new command line argument like maybe --csv-no-quotes, or an addition to a current argument?

@davidelang
Copy link
Contributor

davidelang commented Mar 28, 2020 via email

@rjcortese
Copy link
Author

I was thinking of just doing it for the lognormalizer program like what is described in 1. above.

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

No branches or pull requests

2 participants