Stripping message column contents
Posted: Tue Aug 13, 2013 9:50 am
Running SQL queries on my HESK database, I realized how much crap is stored in the message column of helpdesk_tickets table. A few examples:
(image removed)
<br /> <br />
<a href="mailto: ..."
How would you either prevent this kind of data from being stored, or secondly - exclude these certain strings from what my SQL query returns?
Currently, my only idea is to use a raw-data Excel template with a lot of Find/Replace statements combined in a VBA script, but it's still no solution to the actual problem.
regards
William
(image removed)
<br /> <br />
<a href="mailto: ..."
How would you either prevent this kind of data from being stored, or secondly - exclude these certain strings from what my SQL query returns?
Currently, my only idea is to use a raw-data Excel template with a lot of Find/Replace statements combined in a VBA script, but it's still no solution to the actual problem.
regards
William