Help / FAQ
There are two common reasons why you might be having trouble importing a file into Toodledo.
Wrong Filetype
Toodledo has a variety of different ways to import information (CSV, XML, iCal, Palm, etc). For each method it is important that the file that you are starting with is in the proper format.
- CSV - This stands for "Comma Separated Values". Each record will be on one line with the different fields separated by commas.
- XML - This is a very specific file format that is produced by some applications, and it is different for each application. Toodledo only recognizes a few types of XML documents, which are listed on the XML Import page. If the XML file you are trying to upload is not one of the types that we understand, it won't work.
- Text - This is similar to a CSV file, except fields are separated by a tab instead of a comma.
- iCal - This is a standard file produced by many different calendar applications.
- Palm - This is a data file produced by the Palm Desktop software that we have reverse engineered. Detailed Instructions
File Too Large
If you are trying to import a large file, Toodledo may be unable to import everything. Although we list recommended maximum filesize limits, the real limit is the number of tasks inside the file. Depending on current server conditions, 1000 tasks is roughly the maximum amount that Toodledo can import from a single file before running out of memory. If only some of your files are uploading, this is what is happening. The "your file was empty" error message is also a symptom of this problem.
The solution is to reduce the number of tasks inside the file. There are two ways to do this.
- Split the File Manually- In most cases you can open the file in a text editor and cut and paste the data into several smaller files. You can then import these files individually. When doing this, be careful to cut and paste entire records without splitting one record across two files. With CSV and Text files, this means keeping entire lines intact, but with XML and iCal files, it is more complicated.
- Export Fewer Tasks - Try going back to the application that produced the file that you are trying to import and see if there is a way to reduce the number of records being exported. In most cases, if you can eliminate completed tasks from your export file, the number of active tasks will be small enough to import easily.