Expand my Community achievements bar.

SOLVED

AEM bulk update tags to a page

Avatar

Level 3

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,

1 Accepted Solution

Avatar

Correct answer by
Level 3

I found a way to update the jcr:content through cq:tags property in CURL.

View solution in original post

3 Replies

Avatar

Level 3

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"

Avatar

Correct answer by
Level 3

I found a way to update the jcr:content through cq:tags property in CURL.