CSV output mechanism #312
bevel-zgates
started this conversation in
Feature ideas & discussions
Replies: 1 comment 6 replies
-
I’m actually a bit reluctant to add more output converters, mainly because I worry that it could become a bit of a rabbit hole to create and maintain them all – think: CSV, TSV, XML, etc. My thinking so far was that JSON is quite flexible and universal, so that it allows people to create their own custom converters on top of it. That being said, if it’s not too much work for you to publish your CSV utility somewhere, then you could share it here for other people to find it. If it turns out that there is high demand for CSV, then I’m open to consider integrating CSV conversion into klog directly. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I actually wrote up a small utility for generating
csv
files from theklog json
output for my own use. If you have any interest @jotaen I can git you a quick PR for upstreaming it.Beta Was this translation helpful? Give feedback.
All reactions