Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3439 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
2934
0
set 19
4182
0
ago 16
2881
1
mag 16
3597
3
feb 16
11293