Skip to content

hcrev/CaatoPlus-to-Tim-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Caato+ to Tim Translator

Utility to convert exported CSV data from Caato+, to a compatible JSON format for Tim.

*This is not an official script, use at your own risk.

Usage

Export some data from Caato+ using commas , as delimiters.

Using Python 3, run the script in a Terminal, passing the exported Caato+ .csv file as an argument. e.g.: python3 caatoToTimTranslator.py All-Projects-All-time.csv

  • Folders will be disregarded.
  • Projects will be converted to Groups
  • Activities will be converted to Tasks.

The script will print the JSON output to console. To save it to a file you can redirect the standard output to a file using: python3 caatoToTimTranslator.py All-Projects-All-time.csv > All-Projects-All-time.json

About

Caato+ to Tim translator for data migration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages