Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3533 Visualizzazioni

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

How can I parse the html text there correctly?

Avatar
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
apr 23
3041
0
set 19
4389
0
ago 16
2977
1
mag 16
3713
3
feb 16
11401