MySQL Forums
Forum List  »  MySQL for Excel

"Edit MySQL Data" modifies newline to "\n" but not backwards
Posted by: Werner Karl
Date: June 17, 2013 06:58AM

When I use "Edit MySQL Data" to edit my data, newlines are treated wrong.

A newline in a cell (entered with <ALT>-<Enter>) is converted to "\n" on the mysql server. This could work out correctly if MySQL for Excel converted "\n" back to newline when reading data back into the cell. But it doesn't. When I use "Edit MySQL Data" the next time, "\n" is displayed instead of a newline.

Under certain circumstances that I can't currently reproduce the edit/save/reload cycle produces double backslashes, i.e. "\n" becomes "\\n". However, these double backslashes do not double again at next edit (or I haven't managed it yet).

Options: ReplyQuote


Subject
Views
Written By
Posted
"Edit MySQL Data" modifies newline to "\n" but not backwards
2133
June 17, 2013 06:58AM


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.