Re: load data infile ... with UTF-8 characters
Posted by: Rick James
Date: October 02, 2015 03:51PM

> The e2 80 9c and e2 80 9d codes are the correct left- and right-quote encodings.

Yes, for utf8. For utf16, the hex would be (I think) 20 1C and 20 1D.

> LINES TERMINATED BY '\r\n'

That is normally useful for data coming from Windows. For Unix source, remove the "\r".

As for why it works / doesn't from one week to the next -- Well, something changed. Is the data changing? Maybe the quotes are on odd-numbered rows instead of even-numbered? (To go along with the "\r" suggestion.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: load data infile ... with UTF-8 characters
1510
October 02, 2015 03:51PM


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.