| Database name: | ToDoDB |
| Database Creator: | todo |
| Database Type: | data |
| Type: | Freeware |
2001-11-10 v1.3changed
CSV Format has changed !
changed
CATEGORY columns after COMPLETED column
changed
Format of the UniqueRecordID has changed from byte[3] to INT16
,
,
and all Plattforms supporting Java 1.1.8 or better.
|
A small framework written in java to export the internal ToDoDB.pdb to a CSV file. (Creator: todo, Type: data) of the Palm. It is compatible with PalmOS 1.0 or better. Up to now, the format of the ToDoDB has not been changed. It is not the ToDo.dat File used by the Palm Desktop; use Pilo-xfer or other tools to export the database from your palm to the platform you prefer. It runs with Java 1.2 or better. Syntax:
The DateFormatString has to contain the tokens YYYY, MM, DD. Some examples:
YYYY will be replaced by the year (4 digits) MM will be replaced by the month (2 digits with leading zero if less 10) DD will be replaced by the date (2 digit with leading digits if less 10) Don not use the ["] in that string, if there is a blank in it enclose it by ["]. The CSV (semicolon seperated) File lists the following fields:
Deleted ToDo's will not be listed. There will be a second file generated with the suffix ifo.
That file will be used to generate a toDoDB.pdb from the CSV file. Look at the documentation of JToDoCSV2PDB. No other Database can be listed with it. |
YYYY-MM-DD vX.XX2001-11-10 v1.3changed
CSV Format has changed !
changed
CATEGORY columns after COMPLETED column
changed
Format of the UniqueRecordID has changed from byte[3] to INT16
2001-09-26 v1.2fixed
If no due date was specified there was one field missing instead of an empty field
2001-05-14 v1.1enhancement
a ifo file is generated. (Needed for JToDoCSV2PDB)
2000-11-09 v1.0