JAddressCSV2PDB
JAddressCSV2PDB
Last update: 26th January 2002


written by:

Juergen Schwister / Cologne / Germany
Mobile: +49 151 12 11 87 70
MailTo:Juergen.Schwister@gmx.net
http://home.vr-web.de/jSwi

A Java Command line Application to create the built-in AddressDB.pdb for the Palm.
It should be compatible with all kinds of PalmOS™ devices. Up to now the format of the AddressDB.pdb has not been changed.
In the IFO File are the Labels of the Categories and the labels of the fields.
Use Address2CSV to generate the IFO file. The ifo file is supposed to be called like the CSV file with the suffix IFO (Example: CSVFile.CSV -->> CSVFile.CSV.IFO). Look at Address2CSV for the labels of the columns.
The categories labels and field labels can be edited, but be carefull.

Syntax:
You need at least Java 1.2 environment.
using a JDK (Java Development Kit):

  • java -cp AddressCSV2PDB.jar STARTER AddressCSV2PDB InputCSVFileName OutputPDBFileName

if you have just installed the JRE (Java Runtime Environment):
  • jre -cp AddressCSV2PDB.jar STARTER AddressCSV2PDB InputCSVFileName OutputPDBFileName

The AddressCSV2PDB.JAR has to be included to the classpath or provide it with the -cp parameter to the Java Virtuell Machine.

Be careful, the Java Runtime environment is case sensitve.
The records in the CSV will not be sorted. Just change once the sort order within the Address Application.

A UniqueID must already in the csv file.

No other database can be written with that jar file.

The Software is freeware. For commercial use or distribution contact the author.

Any comment is appreciated.

Kind regards

Juergen Schwister


Wish list
  • -none- (report some!!)
Known bugs
  • -none- (so report some, if you find them. Thanks to all who already did it)

History (YYYY-MM-DD vX.XX)
  • 2002-01-26 v01.10
    • Redesign of the Framework
    • Documentation now in HTML Format
    • Fixed companyStringOffset is now set to a value.

     
  • 2001-01-08 v01.00
    • initial Release