Skip to content

A small script to convert the JSON exported by Remember The Milk into a CSV format file that Todoist will ingest as a project template

License

Notifications You must be signed in to change notification settings

feoh/forgetthemilk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forgetthemilk

A small script to convert the JSON exported by Remember The Milk into a CSV format file that Todoist will ingest as a project template

Usage is dirt simple:

cpatti$ ./forgetthemilk.py  --help
usage: forgetthemilk.py [-h] rtm_json csv_result

positional arguments:
  rtm_json    The JSON file you exported from Remember The Milk
  csv_result  CSV file you want your converted RTM tasks written to

optional arguments:
  -h, --help  show this help message and exit

Caveats

This simple script doesn't handle due dates because apparently converting dates from Excel to Python is a nightmare.

I've also chosen default values for priority and indent, obviously adjust as you see fit, and if anyone cares to make this smarter, that would be fantastic!

About

A small script to convert the JSON exported by Remember The Milk into a CSV format file that Todoist will ingest as a project template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages