This is condition I am trying "jcr:content/metadata/dc:format==text/csv" but this is not working. Is there any problem in constructing this property path?
Solved! Go to Solution.
Views
Replies
Total Likes
Here 'Glob' means the path or location to call the launcher. Below is a screenshot from OOTB launcher config. Hope this will help.
Thanks,
Somen
@Mario248 - Can you try as below:
Specify 'path' as glob pattern using
/content/dam(/.*)/jcr:content/metadata |
And then in 'condition' specify
dc:format==text/csv |
Refer screenshot below:
Thanks for your input. Sorry, I could not get what do you mean "Glob" Did you mean the path ?
Here is the launch properties. can you please tell which property do you mean ?
Here 'Glob' means the path or location to call the launcher. Below is a screenshot from OOTB launcher config. Hope this will help.
Thanks,
Somen
Thanks for taking the screenshot. I tried with same the way you mentioned but it is not workinng,
Path - /content/dam(/.*)/jcr:content/metadata
Condition - dc:format==text/csv
I was about to mention here by the time you added a comment. Yeah the node type was an issue. Thanks for your valuable input.
Views
Likes
Replies