A small framework written in java to export a JFile Database.
It only works with databases with Creator: 'JFil'and Type: 'JfDb'.
The result is a CSV (Comma separated Values, but it is no comma but a semicolon)
style file. All values are in >>"<<.
In the first line of the CSV File are the column names.
Use Pilo-xfer, the backup directory of the Desktop or other tools
to export the database from your palm to the platform you prefer.
It runs with Java 1.1 or better.
This software is Freeware, but not for comercial use.
Conatct the author for further questions.
Syntax:
if using a JDK:
java -cp JFile2CSV.jar JFile2CSV JFileDBFileName CSVDumpFileName
if you have just installed the runtime environment:
jre -cp JFile2CSV.jar JFile2CSV JFileDBFileName CSVDumpFileName
Be careful, the Java Runtime environment is case sensitve.
The JFile2CSV.JAR has to be included to the classpath or provide it with
the -cp parameter to the Java Virtuell Machine.
No other Database can be listed with it.
|