Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Migrating Wordpress to AEM Communities. Suggestions?

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 4

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

View solution in original post

3 Replies

Avatar

Administrator

Checking this with internal team.



Kautuk Sahni

Avatar

Level 2

Hi Kautuk,

I was wondering if you were able to find anything out?

thanks

Avatar

Correct answer by
Level 4

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