I searching a way to parse the incoming mail to odoo - helpdesk.
How can I parse the html text there correctly?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I searching a way to parse the incoming mail to odoo - helpdesk.
How can I parse the html text there correctly?
Hello Wizardz,
You Customize the Method and use Regular Expression to Parse html text
Ex.
plain_text = re.compile(r'<.*?>').sub('','your text')
Thanks
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
2
4月 23
|
3702 | |||
|
0
9月 19
|
5132 | |||
|
0
8月 16
|
3371 | |||
|
1
5月 16
|
4268 | |||
|
3
2月 16
|
11948 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.