Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3501 Vues

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

How can I parse the html text there correctly?

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
2
avr. 23
3026
0
sept. 19
4359
0
août 16
2950
1
mai 16
3697
3
févr. 16
11358