I am doing a project and I need to put generated data in a table. However, the data that is generated is generated in a <div>data</div>
format. I am unable to change how this data is given to me so I need to work with it. For formatting sake, I can't just keep it in the div.
How can I convert
<div>data</div>
into
<tr><td>data</td></tr>