コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3406 ビュー

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
2885
0
9月 19
4123
0
8月 16
2840
1
5月 16
3579
3
2月 16
11241