Deletion of property from Pages and asset
I have a requirement to delete a property from almost all of the content page and assets. Apart from groovy script what could be the best way to handle this scenario. This is one time activity
1) Write a servlet and iterating over all the assets and pages
2) Query the page and assets containing specific property
Apart from the above-mentioned solutions, any other solution to perform this activity.
