Jump to content

MySQL Data Export Problem (Dirty Data)


groupbrand

Recommended Posts

My client has an old application that did not clean the data before storing it into the MySQL database - basically they would copy and paste directly from word into a text box and PHP would just store whatever that looked like. Looking at the old database the information is still preserved (e.g. a bullet point would like like one rather than an html tag etc.) but when I export the data in order to create a new database MySQL converts this information into a series of funny characters so that they import weirdly and means I cannot convert them back to their original format! For the most part it happens with '£' signs and bullet point (the many that word can output).

 

Any ideas on how to correct these and clean this data in order to move forward would be massively appreciated.

 

DK.

Link to comment
https://forums.phpfreaks.com/topic/251551-mysql-data-export-problem-dirty-data/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.