Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3321 Vizualizări

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

How can I parse the html text there correctly?

Imagine profil
Abandonează
Cel mai bun răspuns

Hello Wizardz,


You Customize the Method and use Regular Expression to Parse html text


Ex.

plain_text = re.compile(r'<.*?>').sub('','your text')


Thanks

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
apr. 23
2796
0
sept. 19
4058
0
aug. 16
2790
1
mai 16
3482
3
feb. 16
11154