Hi All,
In one of our project, we are storing the user generated comments and likes on AEM cloud. Currently, we are storing a news item in the following content hierarchy.
news/all-news/year/month/news-item i.e. news/all-news/2017/08/news-item
Now, as per the business requirement, we want to store the news item in following content hierarchy.
news/all-news/year/month/day/news-item i.e. news/all-news/2017/08/02/news-item
Now, comments and likes which have already been stored according to the old content hierarchy needs to be updated on AEM cloud also. Is there any API in place, which can help us to access cloud data and modify that accordingly. Or is there any way to export the existing content out of the AEM cloud and modify it on our local AEM instance followed by importing again to the AEM cloud in one go?
Thanks,
Ashwani Sahni