Curently there is a experimental support for importing YAML files. Beware: all your current data will be destroyed before importing the YAML file, so if you have access to the database, we strongly recomment backing up the database right now in case that anything goes wrong.
<%= link_to "Start import", :controller => 'data', :action => 'yaml_form' %>.
You can choose between the following formats:
| Description | Download link |
|---|---|
| YAML file containing all your actions, contexts, projects, tags and notes | <%= link_to "YAML file", :controller => 'data', :action => 'yaml_export' %> |
| CSV file containing all of your actions, with named contexts and projects | <%= link_to "CSV file (actions, contexts and projects)", :controller => 'data', :action => 'csv_actions' %> |
| CSV file containing all your notes | <%= link_to "CSV file (notes only)", :controller => 'data', :action => 'csv_notes' %> |
| XML file containing all your actions, contexts, projects, tags and notes | <%= link_to "XML file (actions only)", :controller => 'data', :action => 'xml_export' %> |