Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3421 Prikazi

I searching a way to parse the incoming mail to odoo - helpdesk.

How can I parse the html text there correctly?

Avatar
Opusti
Best Answer

Hello Wizardz,


You Customize the Method and use Regular Expression to Parse html text


Ex.

plain_text = re.compile(r'<.*?>').sub('','your text')


Thanks

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
apr. 23
2893
0
sep. 19
4132
0
avg. 16
2850
1
maj 16
3580
3
feb. 16
11242