10-12-2020 07:21 AM
Hi,
I have uploaded a tonne of documents into my repository and I need to change their document name. I can do this manually as I have an csv list of their current names and the names I need changing them to. Is it possible to change this property with an SQL command?
Cheers
10-12-2020 08:28 AM
10-12-2020 09:39 AM
Thanks, not really that proficient at Java... I was hoping that I could directly modify the sql tables
10-12-2020 11:17 AM
You should never update/alter anything in DB directly, it is not recommended. Use a java backed webscript that can rename the documents in batch instead.
You can also use BatchProcessor to process the no. of items at a time based on configured value.
Explore our Alfresco products with the links below. Use labels to filter content by product module.