i am using Create HTML Table data and getting data in below format

now i am updating this data in document library properties which is multiple line text and its saving data in below format
<table><thead><tr><th>Nationality</th><th>CPF</th><th>FullNames</th><th>IdentltyCard</th><th>DispatchingAgency</th></tr></thead><tbody><tr><td>Profissão</td><td>Profissão</td><td>Profissão</td><td>Profissão</td><td>Profissão</td></tr><tr><td>Profissão</td><td>Profissão12</td><td>ProfissãoProfissão</td><td></td><td></td></tr></tbody></table>
but i want data in below format only to be saved how can i achieve this?
