콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3454 화면

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
2995
0
9월 19
4294
0
8월 16
2910
1
5월 16
3661
3
2월 16
11326