Hi, I'm coming because of your awesome comment here: super-productivity/super-productivity#1509 (comment)
From what I can see in the TODOist CSV export the header columns are named: TYPE CONTENT DESCRIPTION IS_COLLAPSED PRIORITY INDENT AUTHOR RESPONSIBLE DATE DATE_LANG TIMEZONE DURATION DURATION_UNIT DEADLINE DEADLINE_LANG, so the expected format of CSV won't work out of the box.
I'd imagine a really good solution would be to have:
- For todo-bridge to have an ability to define conversion settings file.
- This file would be able to define column headers mapping. For example:
title => CONTENT.
- Add a settings file for TODOist settings directly to this repo. Might be better if it's maintained by Super Productivity dev, in their repo. But that's just a detail.
This way users could have one-line(ish) conversion without a need to do additional steps by hand.
Hi, I'm coming because of your awesome comment here: super-productivity/super-productivity#1509 (comment)
From what I can see in the TODOist CSV export the header columns are named:
TYPE CONTENT DESCRIPTION IS_COLLAPSED PRIORITY INDENT AUTHOR RESPONSIBLE DATE DATE_LANG TIMEZONE DURATION DURATION_UNIT DEADLINE DEADLINE_LANG, so the expected format of CSV won't work out of the box.I'd imagine a really good solution would be to have:
title => CONTENT.This way users could have one-line(ish) conversion without a need to do additional steps by hand.