in reply to Convert CSV export from Outlook to MySQL

Localized link to that thread: Convert CSV export from Outlook - MySQL

As for the blank line, have you looked at your CSV to make sure that it is not the cause?

  • Comment on Re: Convert CSV export from Outlook to MySQL

Replies are listed 'Best First'.
Re: Re: Convert CSV export from Outlook to MySQL
by dibun (Initiate) on Dec 19, 2002 at 16:13 UTC
    The csv file look like this Name,E-mail Address,Home Street,Home City,Home Postal Code,Home State,Home Country/Region,Home Phone,Business Street,Business City,Business Postal Code,Business State,Business Country/Region,Business Phone,Company,Job Title my name,my_name@name.com,,,,,,,,,,,,,,

      Well there's your problem!

      The script that you are attempting to use parses an email that has been exported as a CSV file.

      You will have to modify the code (and the columns of your MySQL table) to work with exported contacts.