Skip to Content
Menu
This question has been flagged
1 Odpoveď
3350 Zobrazenia

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

How can I parse the html text there correctly?

Avatar
Zrušiť
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
apr 23
2825
0
sep 19
4091
0
aug 16
2811
1
máj 16
3512
3
feb 16
11169