Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3665 Visualizações

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

How can I parse the html text there correctly?

Avatar
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
abr. 23
3273
0
set. 19
4602
0
ago. 16
3107
1
mai. 16
3891
3
fev. 16
11568