Import data from SF 4.x
Hi,
I'd like to import blog posts from one SF 4.1 installation to my new SF 4.3 installation.
What would be the easiest way to do this?
Regards,
Daniel
Hi Daniel,
Unfortunately there isn't a direct way to do that. You could write some code that exports your 4.1 blogs in some format, e.g. Excel file and then read this file in your 4.3 project. Or you could write some code in your 4.3 project that connects to the RSS feed of your 4.1 project and imports the blog and blogs items. As I said, unfortunately there are no built-in means to do this out of the box.
Greetings,