This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
I have an existing tag list that I want to import into the Tag Administration console.
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Thanks for your prompt response. Very helpful.
Dan
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies