From: Stuart B. <stu...@va...> - 2003-05-01 15:55:37
|
I have a DB-format .pdb that I'm trying to convert with pdb2csv. pdb2csv reports "record is corrupt", but it doesn't tell me which record, or give me any other indication of the problem. I've verified that DB can read and edit the db, and I've hot- synced to make sure things are up-to-date. I created a small test db using all the data types that I use in my real db (string, date, boolean, int), so that I can be sure that I understand the format of the .ifo file. I'm able to convert *that* db just fine. My command line is > pdb2csv seeds.pdb seeds.csv seeds.ifo seeds.ifo is format date %m/%d/%y title "Seeds" field "Crop" string field "Variety" string field "Family" string field "Indoor" date field "Outdoor" date field "Parents" string field "Source" string field "Year 1" integer field "Box" string field "Maturity" integer field "Planted 2003?" boolean field "Notes" string field "Order?" boolean csvfile "seeds.csv" Any tips on how to debug this problem? Stuart Blood |