Expand my Community achievements bar.

ACS Tags to CSV Exporter

Avatar

Level 8

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

2 Replies

Avatar

Community Advisor

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 “<=”

@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