활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
We have requirement where we want to bulk update the jcr:title of our assets. I tried Asset Metadata Import, but its only updating the details for metadata node, not the jcr:content node.
Is there any way in AEM or ACS Commos so that we can do this ??
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
We can do it via Bulk editor -
Steps are given below
We need to define the Root Path like /content/dam/we-retail/en/people , Query Parameters like type:Asset
as we are dealing with assets, check the Content Mode and jcr:title as shown below -
Update the jcr:title and save as shown below -
Hi @ashish_mishra1 ,
Please check Bulk Editor here: https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/bulk-editor.h...
Hope that helps!
Regards,
Santosh
We can do it via Bulk editor -
Steps are given below
We need to define the Root Path like /content/dam/we-retail/en/people , Query Parameters like type:Asset
as we are dealing with assets, check the Content Mode and jcr:title as shown below -
Update the jcr:title and save as shown below -
Thanks, Is it possible to upload a CSV file and do it. And also we are on AEM cloud
To import content:
Open the Bulk Editor.
Add ?hib=false
to the URL, e.g.:
http://localhost:4502/etc/importers/bulkeditor.html?hib=false
Click Import.
Select the .tsv
file. The data are imported into the repository.
as shown below -
Sharing sample .tsv file data -
jcr:path jcr:content/jcr:title /content/dam/we-retail/en/people/Asset1.xml Today Debal six /content/dam/we-retail/en/people/adaptTo2019-Sling-Content-Distribution-for-the-Cloud-Timothee-Maret1.pdf Today Debal four /content/dam/we-retail/en/people/adaptTo2019-Sling-Content-Distribution-for-the-Cloud-Timothee-Maret.pdf Today Debal five /content/dam/we-retail/en/people/Asset.xml Today seven /content/dam/we-retail/en/people/womens/adaptTo2019-Sling-Content-Distribution-for-the-Cloud-Timothee-Maret.pdf Today Debal One /content/dam/we-retail/en/people/mens/digital-creating-the-perfect-aem-deployment-white-paper-2.pdf Today Debal three /content/dam/we-retail/en/people/mens/women_7.jpg Today My Asset Football India Today /content/dam/we-retail/en/people/mens/men_5.jpg Today Debal two /content/dam/we-retail/en/people/womens/women_2.jpg Today My Asset /content/dam/we-retail/en/people/womens/laptop-accessories.jpg Today Debal eight /content/dam/we-retail/en/people/mens/men_1.jpg Today My Asset Football new Today /content/dam/we-retail/en/people/mens/men_4.jpg Today Debal nine Today
Bulk editor is available on AEM as a cloud service also. But I haven't use it on AEM as a cloud service personally.
I have used bulk editor on different AEM 6.5.X.
@ashish_mishra1 Could you please specify which property at jcr:content node you want to update as jcr:title exists at metadata node and can be bulk updated using https://experienceleague.adobe.com/docs/experience-manager-64/assets/managing/managing-multiple-asse...