This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
hello
I have a column containing HTML tags and I want to convert it as plain text
for example :
<p>Vous serez amené(e) à <strong>animer les formations théoriques et pratiques</strong> pour les conducteurs transports de personnes de demain !<br/><br/>Pour cela votre expertise en tant que conducteur(trice) sera indispensable.<br/>A moins que vous êtes déjà un moniteur/formateur(trice) !</p>
should be treated as
Vous serez amené(e) à animer les formations théoriques et pratiques pour les conducteurs transports de personnes de demain Pour cela votre expertise en tant que conducteur(trice) sera indispensable.A moins que vous êtes déjà; un moniteur/formateur(trice) !
how can I do that
Hi @olivierMPW
One way of doing this is by using the html2text python library (https://pypi.org/project/html2text/)
Run Alteryx as adm to install the library and run the attached workflow.