MySQL Forums
Forum List  »  MySQL Workbench

Re: Exporting resultset to EXCEL with carriage returns
Posted by: Marcin Marek
Date: October 13, 2016 01:44AM

Hello Marco,

I will suggest use XML import wizard instead of opening csv file in excel. Microsoft Excel makes it easy to import Extensible Markup Language (XML). Save your result from workbench as XML and use this file. Use the XML Source task pane to open and map XML.

Second option is to change the CSV file extension to TXT (when you open a TXT file with Excel it will start the text file import wizard where you can choose the delimiters and column types).

I hope this helps you.

--
Marcin Marek
MySQL Developer Tools

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
MySQL Workbench on Twitter: https://twitter.com/MySQLWorkbench
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/5.7/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Exporting resultset to EXCEL with carriage returns
726
October 13, 2016 01:44AM


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.