Skip to Content
मेन्यू
This question has been flagged
1 Reply
3354 Views

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

How can I parse the html text there correctly?

Avatar
Discard
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
Discard
Related Posts Replies Views Activity
2
अप्रैल 23
2829
0
सित॰ 19
4092
0
अग॰ 16
2815
1
मई 16
3521
3
फ़र॰ 16
11172