Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I have an existing tag list that I want to import into the Tag Administration console.
(See: https://docs.adobe.com/docs/en/cq/5-3/wcm/tag_admin.html#Creating%20or%20Editing%20Tags%20and%20Name...)
Is there a utility for importing an existing tag list, and if so, what is the preferred format (e.g., CSV)?
Thanks
Solved! Go to Solution.
In AEM - tags are typically created manually. However -- you can write a custom service that imports tags using the AEM TagManager API:
https://docs.adobe.com/docs/en/cq/5-6-1/javadoc/com/day/cq/tagging/TagManager.html
You can build the servie to upload a CSV file (or other file like excel) and create tags using this API.
View solution in original post
Thanks for your prompt response. Very helpful.
Dan
Views
Likes
Replies