convert text data from latin1 to utf8
Posted by: Cheryl Chase
Date: August 31, 2006 11:40AM

I am using mysql to clean up some data exported from FileMaker Pro on a Mac (character set latin1, I think). After cleanup in mysql, I use phpmyadmin to dump the data as sql, and it is imported into Salesforce.com using their data loader tool.

Accented characters etc. are broken after import.

I believe that I need to convert the text data from latin1 to utf8 before handing it to the salesforce.com import tool.

I am exporting the data from Filemaker Pro into tab separated text, and importing into mysql 5.0.19-standard under OSX like so:

LOAD DATA INFILE "names.tsv" INTO TABLE names FIELDS TERMINATED BY '\t';


How can I get UTF8 out of mysql?

Thanks,


Cheryl

Options: ReplyQuote


Subject
Views
Written By
Posted
convert text data from latin1 to utf8
5593
August 31, 2006 11:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.