Skip to Content
Menu
This question has been flagged
1 Reply
3297 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
Apr 23
2726
0
Sep 19
3977
0
Aug 16
2756
1
May 16
3406
3
Feb 16
11114