Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3485 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
3002
0
set. 19
4298
0
ago. 16
2911
1
mai. 16
3666
3
fev. 16
11337