"Rob Mann" <[EMAIL PROTECTED]> wrote: > What format should a file be in to properly import it into MYSQL, such as do > you need tab-delimited items with carriage returns between records? Should > each item in each record be within quotation marks? I can export the file > from the current program it is in to any format need to then import it into > MYSQL, just don't know what that format should be.
Look at the description of LOAD DATA INFILE: http://www.mysql.com/doc/en/LOAD_DATA.html As you can see there are FIELDS and LINES clauses to describe in which format read data from file. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]