简体   繁体   中英

Insert and parsing .eml files in SQL Server or R

I currently have some .eml files on my local disk in which I would like to parse/insert into sql server 2014.

I have seen some ways to do this via C# however, I am unfamiliar with that language.

I am comfortable in analyzing the data via SQL or in R and also running a procedure using SSIS.

Also let us assume that I need all the fields in the .eml files.

Any help would be greatly appreciated!

在使用mimefilt.dll执行此任务之前,我建议检查此文件文档并尝试再次注册SQL不太确定如何使用2014版本问候

One hack way that I found out to do this is to use software to convert eml files to csvs and upload it via import or SSIS.

The software I used was PSTViewer Pro which can convert the email files to a flat CSV file. Very Handy.

Thank you all!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM