-
Notifications
You must be signed in to change notification settings - Fork 185
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
Export activities to json? #41
Comments
This is what I managed to do so far:
It creates a records.json and a laps.json files and output them as json array if needed. |
pR0Ps
added a commit
that referenced
this issue
Dec 1, 2017
- Removed non-implemented output formats - Fixed writing data to a file Fixes #41
pR0Ps
added a commit
that referenced
this issue
Dec 1, 2017
- Removed non-implemented output formats - Fixed writing data to a file - Removed the restrction on dumping non-readable formats to stdout Fixes #41
pR0Ps
added a commit
that referenced
this issue
Dec 1, 2017
Other minor things: - Removed non-implemented output formats - Removed the restrction on dumping non-readable formats to stdout - Allow Python to buffer the output for faster execution Fixes #41
pR0Ps
added a commit
that referenced
this issue
Feb 18, 2018
Other minor things: - Removed non-implemented output formats - Removed the restrction on dumping non-readable formats to stdout - Allow Python to buffer the output for faster execution Fixes #41
pR0Ps
added a commit
that referenced
this issue
Feb 26, 2018
Other minor things: - Removed non-implemented output formats - Removed the restrction on dumping non-readable formats to stdout - Allow Python to buffer the output for faster execution Fixes #41
dtcooper
pushed a commit
that referenced
this issue
Mar 4, 2018
Other minor things: - Removed non-implemented output formats - Removed the restrction on dumping non-readable formats to stdout - Allow Python to buffer the output for faster execution Fixes #41
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to export records to json?
The text was updated successfully, but these errors were encountered: