I have a CSV containing
page,tags with 1000 values.
How do I bulk update those tags and set to the corresponding pages?
I see ACS Tag Maker provides the way to import tags from CSV to AEM.
Is there any similar functionality or does tag maker provides such functionalities to bulk import tags and update tags to a page ?
Thank you,
Solved! Go to Solution.
Views
Replies
Total Likes
I found a way to update the jcr:content through cq:tags property in CURL.
Views
Replies
Total Likes
Views
Replies
Total Likes
That doesn't look fit to the current requirement.
Is there CURL command to tag a page with tag list?
I see a CURL command to import the tag to AEM
curl --data ":status=browser&_charset_=utf-8&cmd=createTag&jcr:description=Desc&jcr:title=Title&paren tTagID=default:&tag=Test" http://localhost:4502/bin/tagcommand
is there any similar command to "add tag to a page"
Views
Replies
Total Likes
I found a way to update the jcr:content through cq:tags property in CURL.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies