ACS Tags to CSV Exporter | Community
Skip to main content
srinivas_chann1
Level 7
October 19, 2022

ACS Tags to CSV Exporter

  • October 19, 2022
  • 1 reply
  • 988 views

Hello,

 

I would to find out tags under /content/cq:tags which have been modified after certain date.

 

I tried using Tools -> ACS AEM Commons -> Tags to CSV Exporter

 

https://adobe-consulting-services.github.io/acs-aem-commons/features/exporters/tags/index.html

 

when I just give input under Tag root as /content/cq:tags   and hit Download Tags , it gives tag only till 3 levels 

 

i.e

tag path1 {{ tag path1 }},tag path2 {{tag path2}}, tag path3 {{tag path3}} ,,,,,,,,,,,,,,,,,,,

 

after tag path3 all empty ,

1>why is not giving all the tags also

2>how to get tags  that been modified after certain date.

 

 

Regards,

Srinivas

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Saravanan_Dharmaraj
Community Advisor
Community Advisor
October 19, 2022

I just tested the Tags to CSV Exporter, i was able to download more than 3 levels.

You can write query in debugger to pull the tags with date range properties and see. You will get the results in json but can be converted to csv in online tools.

 

  • daterange : This predicate is used to search a date property range.
    • daterange.property : Specify a property which is searched.
    • daterange.lowerBound :  Fix a lower bound eg. 2010-07-25
    • daterange.lowerOperation : “>” (default) or “>=”
    • daterange.upperBound:  Fix a lower bound eg. 2013-07-26
    • daterange.upperOperation: “<” (default) or “<=”
srinivas_chann1
Level 7
October 19, 2022

@saravanan_dharmaraj 

Thanks for the input. I was checking if any OOTB functionalities we could use instead of any customization.

 

 

1>In the  Tags to CSV Exporter why does it provide the data with {{ tag path1 }}

 

like  tag path1 {{ tag path1 }} in the CSV output

 

2>Do we have any other OOTB where I could generate tags 

   that been modified after certain date