Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3507 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
3027
0
sep. 19
4364
0
aug. 16
2957
1
maj 16
3702
3
feb. 16
11367