Does anyone know if there exists an utility to extract the data from a AddressDB.pdb1 file (from a Clié, PalmOS).

I am primarily on a Windows 7 laptop, so solutions that work for Windows would be preferred, but are not necessarily required.

1 I got the addressbook file from a backup of the PDA that I ran a while ago on my Linux desktop.

link|improve this question

75% accept rate
PDB files often tend to be plain text - try opening it up in a text editor – Journeyman Geek Sep 24 '11 at 11:03
There is recognizable text in the file, but it contains binary data as well. It's not really "simple" enough for me to guess what data is what to modify it into something like a CSV file. – Heptite Sep 24 '11 at 15:47
feedback

1 Answer

up vote 1 down vote accepted

Here is a Perl script that does what you want. I used it myself back in the days when I had a PDA. It's old and I don't know if new Perl versions might have have broken it.

link|improve this answer
It does run, but it failed on some of the records. Still, if there are no better answers I will consider yours good enough. – Heptite Sep 25 '11 at 0:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.