简体   繁体   English

Lotus Notes数据库迁移到Db2

[英]Lotus notes database migration to Db2

I want to migrate the lotus notes DB to DB2 , I got read the answers like convert to CSV file format using scripts and then import the CSV file in DB2. 我想将Lotus Notes数据库迁移到DB2,我已经阅读了使用脚本转换为CSV文件格式的答案,然后将CSV文件导入DB2。 Can some one help me how to convert the data to CSV ....and how much time it will take if the data size is approximately 30 MB ? 有人可以帮我如何将数据转换为CSV...。如果数据大小约为30 MB,将花费多少时间?

Thanks Raj 谢谢拉吉

It is pretty trivial to export Notes data to CSV. 将Notes数据导出到CSV相当简单。

You can modify a class I wrote to export views into CSV. 您可以修改我编写的用于将视图导出到CSV的类。 Jus have it process all the fields in the document. Jus可以处理文档中的所有字段。 You can find the source code at http://blog.texasswede.com/export-notes-view-to-excel-with-multi-value-fields/ 您可以在http://blog.texasswede.com/export-notes-view-to-excel-with-multi-value-fields/中找到源代码。

If you want to export the documents as XML and include attachments and/or embedded images you can look at this tool I wrote: http://www.texasswede.com/websites/texasswede.nsf/Page/Notes%20XML%20Exporter 如果要将文档导出为XML并包括附件和/或嵌入式图像,可以查看我编写的此工具: http : //www.texasswede.com/websites/texasswede.nsf/Page/Notes%20XML%20Exporter

30 MB is not much, it probably will take you longer to write the agent than to run it. 30 MB并不多,编写代理程序可能要比运行它花费更多的时间。 :) :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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