As above. I want to export the content and put it on our test environment. Thanks
Solved! Go to Solution.
Hi,
You can use query builder to fetch the pages which are created by a specific user and write a service to create content package which can be used to install in other instances.
path=/content/we-retail/language-masters/en
1_property=@jcr:content/jcr:createdBy
1_property.operation=equal
1_property.value=rpampana
p.limit=-1
Creating content package:
Similarly we can write query for modified data
Views
Replies
Total Likes
Hi,
You can use query builder to fetch the pages which are created by a specific user and write a service to create content package which can be used to install in other instances.
path=/content/we-retail/language-masters/en
1_property=@jcr:content/jcr:createdBy
1_property.operation=equal
1_property.value=rpampana
p.limit=-1
Creating content package:
Similarly we can write query for modified data
Views
Replies
Total Likes
After creating the query, use Query Packager
Views
Likes
Replies