Export the AEM tags into Excel sheet
Hi Team,
I have a requirement to export the AEM tags to excel. Is there any OOB functionality I can use or which way is there better to do this.
Thanks In Advance
Hi Team,
I have a requirement to export the AEM tags to excel. Is there any OOB functionality I can use or which way is there better to do this.
Thanks In Advance
Hi
In AEM - tags are typically created manually. However -- you can write a custom service that imports tags using the AEM TagManager API:
TagManager (Adobe AEM 6.0.0 API 6.0.0 API)
You can build the service to fetch all Tags.So you can use getNamespaces() method.This will give you Tag Array and then use getName() method to get the name of the tag and then put into the cell of Excel.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.