Hi snbaem,Sorry i know i am late, but this might help other folks, Yes
we can achieve it through our tool itself. Their is no predicate for
checking empty value, but we can achieve the same by using xpath
queries. Like below:-/jcr:root/content/dam//*[fn:name() = 'jcr:content'
and @name= ""]fn:name is optional, added to make query more
restrictive./jcr:root/content/dam//*[@name= ""]You can see detail
information about it and how to use it here
http://www.aemcq5tutorials.com/tutorials/adobe-aem-cq...