Hi all, Are there some tools/servlets/scripts or whatever to make massive updates on node properties ? I would like to have some tools to make some modifications in the repo if the content model has to be changed for a new release of our Sling based application. In the first time, I'm mainly focusing only on node property massive updates (not on update on child nodes).
Here some use cases of what I'm thinking about : - Update all contents based on the resource type "MyContentType" where myprop = 123 and createDate < last month - set anotherProp = "new value" - Remove the property myprop for resourceType "MyOtherContentType" - Rename prop 'myprop' into "mynewpropname" where resource type is "MyContentType" I'm mainly focusing only on node property massive updates If nothing exist, I can contribute some basic tools to make massive updates in the first time or let me know if there is another way for doing this. br, Christophe
