开发者

.epub file in SSIS

Can any one suggest me a way, to load the data from a .epub file in SSI开发者_运维问答S or any other way??


It's very easy with SSIS.

epub files are zipped, so you need an uncompress task that writes to working directory.

Following that, the files are either XML or xHTML and can be processed very easily with XML tasks.

I'm not sure about DRM issues though.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜