Wordpress Excert:encoded not showing in list on Full licence
Hi,
We have a Full licence copy of CMSImport so we can import Wordpress blogs into Umbraco.
Most of it works but we need the excert:encoded value to import too but this doesn't show in the list of fields.
Do we need to add this somewhere in a config file?
Probably a silly question but the project requires some dependencies which I cant find such as:
using CMSImport.Core.Attributes.EditorFields;
using CMSImport.Core.Attributes.ValidationAttributes;
using CMSImport.Core.Models.ProviderModels;
using CMSImport.Core.Providers;
Wordpress Excert:encoded not showing in list on Full licence
Hi,
We have a Full licence copy of CMSImport so we can import Wordpress blogs into Umbraco. Most of it works but we need the excert:encoded value to import too but this doesn't show in the list of fields.
Do we need to add this somewhere in a config file?
Jon
Hi Jonathan,
Think at the moment of writing the import provider that field wan't in yet. You can use the source of cmsimport Wordpress provider to modify https://www.dropbox.com/s/1xw41mdum8vme0w/CMSImport.WordPress.rar?dl=0
The WordpressHelper file does the transformation between xml and data cmsiport needs.
Hope this helps for now,
Richard
Thank you so much
Probably a silly question but the project requires some dependencies which I cant find such as:
I have CMSImport.Core in the BIN folder.
Any idea how I can get the project to build?
Many thanks
Jon
Hi,
You need to refernce this package https://www.nuget.org/packages/CMSImport.Core
Hope this helps,
Richard
Hi, Will your version 10 work with Umbraco 8?
Ah didn't knew it was for V8 but this will work https://www.dropbox.com/s/ui40waa4em1rz50/CMSImport.WordPress-V4.zip?dl=0
Not sure if V4 also has a cmsimport.core project but you can always reference the dll's you have in the solution.
Best,
Richard
Hi - apologies - that was my fault for not mentioning the version. That update fixed it and works a treat - thank you so much
is working on a reply...