I was wondering if anyone has migrated Wordpess blogs over to AEM Communities (6.3 or 6.4)? I have not found any easy ways or tools to handle this. I am just curious if anyone has done this, has any recommendations, or has any suggestions?
thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
As we we aware we don't have separate feature for migrating content from wordpress to aem communities, but you can use the feature communities ugc migration GitHub - Adobe-Marketing-Cloud/aem-communities-ugc-migration: AEM Communities UGC Migration Tool .
You have to write a custom connector to convert the data from wordpress to required json format as supported communities ugc migration tool. Please look on to the "Importing UGC into 6.1+ using the import servlet with UI" section on the provided URL.
Note : If in case, if you want to automate feature, you can extend the "GenericUGCImporter.java" and then make connection to wordpress to get the data and convert them into required format and pass the same to importFile(final JsonParser jsonParser, final Resource resource, final ResourceResolver resolver, final SlingHttpServletRequest request) method.
Hope this helps!
Thanks
Prem
Views
Replies
Total Likes
Checking this with internal team.
Views
Replies
Total Likes
Hi Kautuk,
I was wondering if you were able to find anything out?
thanks
Views
Replies
Total Likes
Hi,
As we we aware we don't have separate feature for migrating content from wordpress to aem communities, but you can use the feature communities ugc migration GitHub - Adobe-Marketing-Cloud/aem-communities-ugc-migration: AEM Communities UGC Migration Tool .
You have to write a custom connector to convert the data from wordpress to required json format as supported communities ugc migration tool. Please look on to the "Importing UGC into 6.1+ using the import servlet with UI" section on the provided URL.
Note : If in case, if you want to automate feature, you can extend the "GenericUGCImporter.java" and then make connection to wordpress to get the data and convert them into required format and pass the same to importFile(final JsonParser jsonParser, final Resource resource, final ResourceResolver resolver, final SlingHttpServletRequest request) method.
Hope this helps!
Thanks
Prem
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies