I have exported my table contents into a .csv file that contains a column for description
. This column contains some HTML in plain text format that I cannot use.
Example:
"<p><strong>Baby Rocking Horse Figurine</strong></p>
<p>This cuddly bear is rocking back and forth into dreamland. 18 note movement.</p>
<p>Tune: <em>"Rock-A-Bye Baby"</em></p>
<p><em>5" H</em></p>
<p>&nbsp;</p>
<div id="image"><img id="zoomImage" name="zoomImage" src="http://www.sanfranciscomusicbox.com/core/media/media.nl?id=751799&amp;c=969236&amp;h=bc01a62cfec9b69d444c" /></div>
"
Desired Output:
"<p><strong>Baby Rocking Horse Figurine</strong></p> <p>This cuddly bear is rocking back and forth into dreamland. 18 note movement.</p> <p>Tune: <em>"Rock-A-Bye Baby"</em></p> <p><em>5" H</em></p> <p> </p> <div id="image"><img id="zoomImage" name="zoomImage" src="http://www.sanfranciscomusicbox.com/core/media/media.nl?id=751799&c=969236&h=bc01a62cfec9b69d444c" /></div> "
Is there a way to convert this into real HTML in bulk through excel or some other means? I have this data in MySQL as data type Text