export a list of all tags from /etc/tags + 5.6.1 | Community
Skip to main content
Level 4
October 16, 2015
Solved

export a list of all tags from /etc/tags + 5.6.1

  • October 16, 2015
  • 3 replies
  • 1507 views

Hi,

Please let me know how to export a list of all tags from 
/etc/tags

including node name and jcr:title

Thanks,

Mahesh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You would need to write your own service to query the tags and dump the result set into an Excel sheet. See here for information on writing AEM data to Excel: 

https://helpx.adobe.com/experience-manager/using/aem-reporting-service.html

3 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

You would need to write your own service to query the tags and dump the result set into an Excel sheet. See here for information on writing AEM data to Excel: 

https://helpx.adobe.com/experience-manager/using/aem-reporting-service.html

Level 4
October 16, 2015

Not a package ... is it possible to get it in a text or excel sheet, with some curl command.

 

Thanks, Mahesh

edubey
Level 10
October 16, 2015

I guess, you can easily create package from package manager with filter of path /etc/tags?

Not sure, Is there something else you are expecting?

Thanks