We're trying to import a Wordpress blog into Articulate. Using a XRSS to BlogML converter, we converted the export file into the BlogML format, however Articulate gives an error on import.
Importing failed with errors
System.NullReferenceException: Object reference not set to an instance of an object.
at Articulate.BlogMlImporter.<ImportPosts>d__1b.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Articulate.BlogMlImporter.<Import>d__0.MoveNext()
I was wondering if there was any example BlogML file that's confirmed to work so I could locate our specific error.
I just wondered if there wan another example available please. I've got an XML of my current blog content and want to try the BlogML import as the SQL method I was trying with CMSImport isn't working.
Example BlogML XML File
Hi,
We're trying to import a Wordpress blog into Articulate. Using a XRSS to BlogML converter, we converted the export file into the BlogML format, however Articulate gives an error on import.
Sure, this is what I used to import into my Articulate blog from BlogEngine.net
https://dl.dropboxusercontent.com/u/47577000/BlogML.xml
Perfect, thanks so much!
Hi,
I just wondered if there wan another example available please. I've got an XML of my current blog content and want to try the BlogML import as the SQL method I was trying with CMSImport isn't working.
Thanks,
Owain.
Hi, I've added 2 samples to the documentation for you to have a look at : https://github.com/Shazwazza/Articulate/wiki/Importing#sample-blogml-files
is working on a reply...