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

[FEATURE REQUEST] - Allow logging in CSV format #51

Closed
sujit-baniya opened this issue Apr 12, 2022 · 2 comments
Closed

[FEATURE REQUEST] - Allow logging in CSV format #51

sujit-baniya opened this issue Apr 12, 2022 · 2 comments

Comments

@sujit-baniya
Copy link

Is it possible to log in CSV format? if not maybe add the feature to add CSV

@phuslu
Copy link
Owner

phuslu commented Apr 12, 2022

check TSVLogger https://godocs.io/github.com/phuslu/log#TSVLogger

Note: no guarantee for column escaping, so better to use "\t"(I mean tsv) instead of "," (csv)

@phuslu
Copy link
Owner

phuslu commented Apr 12, 2022

If you also want a csv header, please check #41

@phuslu phuslu closed this as completed Apr 13, 2022
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