Re: import utf8 to latin
Posted by: Olivier Goossens Bara
Date: May 19, 2009 08:54AM

Finaly I make-it works without mysqlimport

truncate table nam;
LOAD DATA INFILE 'c:\\tmp\\nam.csv'
INTO TABLE nam
character set utf8
FIELDS ENCLOSED BY "" TERMINATED BY '\t'
LINES TERMINATED BY '\r\n'

Options: ReplyQuote


Subject
Views
Written By
Posted
7849
May 14, 2009 09:33AM
6823
May 14, 2009 03:08PM
Re: import utf8 to latin
2969
May 19, 2009 08:54AM


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.