I'm trying to get data out of MySQL table and into a csv so I can edit in Excel.
There is a note field that is extremely long and has a ton of different characters.
When I open the file in excel it throws the data all out of place. Any ideas on how to get this file out of mysql and keep all the rows aligned?
Please and thank you.