Request for Feature Enhancement (RFE) Summary: |
CSV Import Tool which perfom Publish, unpublish, delete, Move actions on given paths in csv |
Use-case: |
Generally in any project we have multiple nodes [Pages, Assets, Renditions...] that need to be Publish/Unpublish/Delete, and example n number of nodes are not in use and cause huge impact on environment performance and we need to unpublish those and then delete it, it could be n number of assets, pages [which used for testing or duplicates etc]. and let say the number could be in 1000+. so in that case we have to write groovy script, servlet, scheduler or worflow etc, to read the path of nodes from particular CSV and do operation like publish, unpublish, and delete using replicator API or in anyway. and writing this code need lot of optimization based on environment behaviour [e.g : making it sync or async]. Instead of this approach if we could have a generic solution where the product have a CSV importer tool which will read the path of nodes from CSV and perform actions like delete, unpulish, publish. |
Current/Experienced Behavior: |
Currently I have 30,000+ Assets which are duplicate, and the path of those assets are stored into a CSV file by the QA, Stakeholder team and I need to remove those incluing their properties which holds their renditions path since it is duplicate, before deleting I need to unpublish those nodes. |
Improved/Expected Behavior: |
a tool which which read the path of nodes from CSV and perfom actions like Publiish, Unpublish and Delete. |
Environment Details (AEM version/service pack, any other specifics if applicable): |
AEM6.5 and above. |
Customer-name/Organization name: |
Generic |
Screenshot (if applicable): |
|
Code package (if applicable): |
reference post : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-5-unpublish-and-remov...
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-5-servlet-to-unpublis...
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-5-read-multiple-prope...
|