3
我試過一些方法來通過R(BSON)中的MongoDb來閱讀Outlook郵件,但由於PST的BSON在R中不可讀(因爲我使用readBin()),所以我直接嘗試通過在R讀取它tm.plugin.mail,但得到的錯誤: -在Outlook中讀取Outlook郵件
library(tm.plugin.mail)
convert_mbox_eml("C:\\Users\\XYZ\\Documents\\Outlook Files\\Outlook Data File - Abc.pst","C:\\tm")
Warning message:
In readLines(mbox) :
incomplete final line found on 'C:\Users\Kuldeep\Documents\Outlook Files\Outlook Data File - Ashish.pst'
這個庫只是插件爲TM或我們可以從PST R中讀出的郵件,是他們的任何方式在R讀出郵件,請儘快幫助我。謝謝。
謝謝,你能說我做任何轉換的實用工具嗎?或者他們有更好的方法來讀出R中的pst嗎? – Aashu
建議您搜索轉換實用程序,或者在合適的論壇上詢問(Stack Overflow不是這個地方)。 – Spacedman
http://www.five-ten-sg.com/libpst/聲稱將.PST轉換爲mbox – Andrew