Currently I am working on the project where I need to migrate Lotus Notes data to sharepoint. I am able to find and migrate all the data using Domino API for .Net. I am facing problem when I am trying to migrate Lotus Notes RichText to SharePoint, It looses its formating and embedded images in the body.
Searching and investigating the approach to solve this problem.
I will keep you posted on this issue.
Lotus Notes Rich Text Migration can be achieved by using Lotus Notes C API (still I am working on it), and another way is write Lotus Script which will export document in Rich Text Format.
ReplyDeleteI finally used approach to export from lotus notes rich text as word format (rich text) using lotus script and then processed word documents using c#.
ReplyDeleteHi Need,
ReplyDeleteCan you share some LotusScript code to export Rich Text to RTF ?
Hi GadBen,
DeleteExtremely sorry for late response...(May be you already found solution.) but I modified RTFTest.nsf function and used it for my needs. you can get nsf with all formulas from http://www.nsftools.com/tips/NotesTips.htm#rtfexport
Hi Neel,
ReplyDeleteMy name is Anand and I read your blog entry " Lotus Notes Rich Text Migration to SharePoint Multiline RichText C#.Net DotNet "
I have a lotus notes databases which has 1000's of documents with attachments and richtext formatting. I am able to export the documents data other than rich text and attachments to the excel and import it back to the SharePoint. Now all my data is in SharePoint. The same documents have attachments also, I wrote an agent and saved all the attachments to my local machine and saved the path of the attachments to the Lotus Notes documents and also in the corresponding SharePoint list items.
I was wondering if there can be any automated / programmatic way like lotus notes agents, which I can run and it will attach all the files to the corresponding SharePoint List items, as I have the path of the attachments already saved in the list.
if you need more details, i can provide you that too. Please help me how to proceed with this issue.