Everdo Help / User Manual / Documentation

Export - Moved to Exporting Data | Everdo Help

Everdo offers several ways get your data out of the app for analysis, reporting, backup or other reasons.

  • Copy as Text
  • CSV Export
  • JSON Export
  • Direct database access

Copy as Text

This feature is useful to quickly get the contexts of the current view/list in a human-readable plain text format:

Next
----
[ ] Try using "Export as CSV"
[ ] Try using "Export as JSON"

Done
----
[x](Apr 2)  Use "Copy as Text"

To make the export :

  1. Click “Copy as Text” button in the filter bar
  2. Paste into to a text editor

JSON Export

JSON export allows to get the complete data in a machine-friendly format well suited for further automated processing.

Everdo JSON help

CSV Export

This feature allows to export all Everdo data in a standard format readable by Excel and other spreadsheet programs.

Direct Database Access

:warning: Always use a copy, not the actual Everdo db file. Never modify the database file directly. It’s very easy to change data in such a way that will lead to Everdo crashing.

All the Everdo data is stored in a single sqlite database file, located in the Everdo application directory. You can copy the database file and use the copy to extract and analyze your data.

← Back to Contents