I am importing some wordpress content into Umbraco using CMSImport and thanks to the data provider I'm getting 90% of the way there easily. The wordpress instance I am importing from has been modified and there are additional fields in the xml that I am nor seeing in the import options (e.g. Excerpt).
Rather than rewriting the data provider from scratch is there anywhere I can get hold of the source code for the WordPressPostDataProvider class.
I should be able to adapt your version for the new fields? Or is there a better way to accomplish this?
strange that it didn't show up since it's just checking for nodes. Anyway the sourcecode can be found at Dropbox. Make sure to have unique aliasses for the providers
Wordpress import with non standard fields
I am importing some wordpress content into Umbraco using CMSImport and thanks to the data provider I'm getting 90% of the way there easily. The wordpress instance I am importing from has been modified and there are additional fields in the xml that I am nor seeing in the import options (e.g. Excerpt).
Rather than rewriting the data provider from scratch is there anywhere I can get hold of the source code for the WordPressPostDataProvider class.
I should be able to adapt your version for the new fields? Or is there a better way to accomplish this?
Hi Phil,
strange that it didn't show up since it's just checking for nodes. Anyway the sourcecode can be found at Dropbox. Make sure to have unique aliasses for the providers
Hope this helps,
Richard
Hi Richard
Thanks for sending this over so quickly. I'll let you know if I have any further issues.
Phil
is working on a reply...