cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk metadata update in alfresco community 5.1.f

sandeepreddy1
Star Contributor
Star Contributor

Hai Everyone,

I need to update Bulk metadata for bulk documents in alfresco.

Example: I have uploaded 2000 documents in alfresco, for these 2000 documents i need to update metadata.

like Title, Description and author etc.....

Can anyone help me steps wise. how to update bulk metadata ...? in Alfresco

Can anyone help me please.

12 REPLIES 12

This is simple way Create a rule on that folder and execute the script where you will create your logic to parse your excel sheet and check the file name which is uploading to the folder is exists in your excel sheet if yes then fetch the all other data of that row and update the property of your file in alfresco.

Can you please suggest me

  Parse excel sheet and check the file name which is uploading to the folder is exists in excel sheet

Hai Vikash Patel,

please suggest code for Parse excel sheet and check the file name which is uploading to the folder is exists in excel sheet.