RIRedinPA Posted April 14, 2009 Share Posted April 14, 2009 I'm working on a site redesign and the original site was created in Lotus Notes. There's about 10,000 articles archived in a .nsf file and I need to extract those and dump into mysql. Is there a way to do this with PHP? Thanks Link to comment https://forums.phpfreaks.com/topic/154134-php-is-there-an-easy-way-to-convert-nsf-file-lotus-notes-database-files/ Share on other sites More sharing options...
Mchl Posted April 14, 2009 Share Posted April 14, 2009 There seem to be some free tools for converting .nsf to csv, xls, or even sql... Did you try any? Link to comment https://forums.phpfreaks.com/topic/154134-php-is-there-an-easy-way-to-convert-nsf-file-lotus-notes-database-files/#findComment-810244 Share on other sites More sharing options...
RIRedinPA Posted April 14, 2009 Author Share Posted April 14, 2009 I Googled and didn't get any results, at least any that made sense to me. That's when I figured I would come here where people are smarter and more experienced than me. Would you happen to know any of the names of these free tools? Link to comment https://forums.phpfreaks.com/topic/154134-php-is-there-an-easy-way-to-convert-nsf-file-lotus-notes-database-files/#findComment-810250 Share on other sites More sharing options...
RIRedinPA Posted April 14, 2009 Author Share Posted April 14, 2009 IBM has this page where they say you can do it through XML. http://www.ibm.com/developerworks/lotus/library/domino-php/ Link to comment https://forums.phpfreaks.com/topic/154134-php-is-there-an-easy-way-to-convert-nsf-file-lotus-notes-database-files/#findComment-810254 Share on other sites More sharing options...
Mchl Posted April 15, 2009 Share Posted April 15, 2009 Never tested any of those that show up in Google. Just wanted to know if you already considered using them. As to the method described on IBM site... why don't you try? I have no idea if this could be used to automatically scrap all contents from a database... but might be worth trying. Link to comment https://forums.phpfreaks.com/topic/154134-php-is-there-an-easy-way-to-convert-nsf-file-lotus-notes-database-files/#findComment-810413 Share on other sites More sharing options...
RIRedinPA Posted April 16, 2009 Author Share Posted April 16, 2009 Never tested any of those that show up in Google. Just wanted to know if you already considered using them. As to the method described on IBM site... why don't you try? I have no idea if this could be used to automatically scrap all contents from a database... but might be worth trying. I did try the IBM method but keep getting a "File not found" error, but I know the path is correct cause I can FTP to it. Which is why I came here. : D Link to comment https://forums.phpfreaks.com/topic/154134-php-is-there-an-easy-way-to-convert-nsf-file-lotus-notes-database-files/#findComment-811466 Share on other sites More sharing options...
Mchl Posted April 16, 2009 Share Posted April 16, 2009 Perhaps if you show us your code, we could help Link to comment https://forums.phpfreaks.com/topic/154134-php-is-there-an-easy-way-to-convert-nsf-file-lotus-notes-database-files/#findComment-811491 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.