Todoist and Interoperability

Todoist is lacking in the options available for exporting user data. The service does not allow exports in formats usable for other services and officially simply gives the only option of exporting data to Google Sheets.

There are some third-party open source solutions that allow user information to be exported in JSON and CVS formats, but eventually, the information in these formats does not allow import compatibility in other similar services.

Todoist to Things

Some services, such as Things, allow the user to migrate their information from Todoist using the Todoist public API, but it can result in a complicated and tedious process for the user because queries must be performed to obtain the information requested.

Download data for myself

This third-party open source tool allows the user to backup Todoist data as CSV or JSON. Both formats are available but it is recommended to download the information in CSV (Comma Separated Values) due to its ease of reading both for the user downloading and for carrying out the import process in other services.

In order to export your data you need to sign in to your Todoist account via the service itself.

Having your data in these formats might be useful when trying to import to other tasks services.

Todoist to Google Sheet

This official extension allow the user to export the data they want but also collaborate and document work in progress. We'll be able to export and share active and completed tasks and its information (date, description, priority).

What this solution can do

These solutions allow the user to find the appropriate ways to export their data given the complexity that Todoist provides in this section.

What this solution does not do

These solutions do not describe ways to migrate to other task services with equal or greater popularity (TickTick, for example) due to the obstacles placed by Todoist when exporting the information. This process must be done manually.



Did this article help?

The source code (markdown) for this article can be found on GitHub.