Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3856 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
3516
0
set 19
4886
0
ago 16
3242
1
mag 16
4084
3
feb 16
11787