Convert HTML to text
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Labels:
- Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
