Level 4
October 26, 2016
Solved
Extract only title from specific folder
- October 26, 2016
- 5 replies
- 3894 views
wrote...
Hi,
Is there any report I can create so that it will extract the only title name and put in excel.
The output of the query should be as below.
English
Français
Deutsch
Español
Italiano
日本語
For making queries, please refer :-
Link:- http://aempodcast.com/2015/aem-resources/aem-queries-xpath-jcr-sql2-query-builder-syntaxes/
Link:- http://labs.6dglobal.com/blog/2014-10-07/9-jcr-sql-2-queries-every-aem-dev-should-know/
i.e.
SELECT * FROM [cq:PageContent] WHERE [jcr:title] IS NOT NULL
Assuming that your query is ready, the next problem is to convert the data intot CSV or Excel, for that please refer to :
I hope this would help you.
~kautuk
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.