I'm running mySQL 5.0 and am trying to LOAD DATA INFILE a database that got handed to me on a CD-ROM, with not much else information. The extension of the file is "dbf" and so I presume it's a dBase file. I can open the file in OpenOffice-Calc and see that the first line contains field-information, and the remaining lines contain the data.
Anyone have experience with the parameters for the LOAD DATA INFILE and dBase format? I think, specifically, I need to figure out how the lines are terminated. I've tried "\n", "\r\n", and "\t" so far.