Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3408 Visninger

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

How can I parse the html text there correctly?

Avatar
Kassér
Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
apr. 23
2887
0
sep. 19
4125
0
aug. 16
2841
1
maj 16
3579
3
feb. 16
11241