Performing Complex Edits of Data (Cleaning up Data)
Hi
Database designers often find themselves lumped with the job of cleaning up data may be imported from some where else. Well you can use mysql replace command to do some of the work. However for really complex stuff, I dump the database to a sql file and then modify that with vim or perl as both of them allow regular expressions.
I use my favorite MySQL GUI is www.sqlyog.com to do the saving and reloading of the data.
Database designers often find themselves lumped with the job of cleaning up data may be imported from some where else. Well you can use mysql replace command to do some of the work. However for really complex stuff, I dump the database to a sql file and then modify that with vim or perl as both of them allow regular expressions.
I use my favorite MySQL GUI is www.sqlyog.com to do the saving and reloading of the data.

