-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
use same timestamp in csv results as in json #2839
Comments
Thanks for opening this issue! 🙇 This was supposed to be somewhat fixed by #2274, which added a Skimming the discussion in the PR, I requested the addition of a second time granularity/precision option, but it seems like it was dropped somewhere along the line 😞 So either that extra option can now be added. Or, thinking about it some more, it may be better if we simply expanded the |
Hello, I am new to this project and would love to start working on it by starting with this issue. |
Go for it 👍 Just make sure to read CONTRIBUTING.md first. |
Is this issue available to be worked on? |
@na-- Which should be the default one? unix in both or rfc3339 in both? |
We haven't heard anything from @NeelParihar for almost a month, so probably yes?
Not sure what you mean by both, this issue concerns only the |
I'll raise a PR
What I understood from this issue is that the outputs received in two different file formats have different formats for datetime. As default, csv has unix and json has rfc3339micro. Adding support for formats does resolve the issue. Shouldn't the defaults also be consistent among output formats? |
Hi
the output csv file:
Example graph enclosed, you see the vertical lines of data: |
Hey @fenchu, can you open a new bug report so we can properly manage it, please? |
excellent. it works. was just a bit unshure. great. it is much faster and save a stage of converting a 1GB json to a csv. |
Feature Description
--out csv=results.csv
has timestamp resolution in sec:while
--out json=result.json
has microtimestamp and zone data:I now convert output from json to csv with micro-timestamp, but it takes minutes on long scenarios with >1GB of data,
and the json is much larger 1GB of json is 200MB of csv.
Suggested Solution (optional)
same timestamp in csv as in json output
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: