in reply to Re: Convert CSV export from Outlook to MySQL
in thread Convert CSV export from Outlook to MySQL

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,,,,,,,,,,,,,,
  • Comment on Re: Re: Convert CSV export from Outlook to MySQL

Replies are listed 'Best First'.
Re: Re: Re: Convert CSV export from Outlook to MySQL
by Mr. Muskrat (Canon) on Dec 19, 2002 at 17:47 UTC

    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.