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
Thanks, not really that proficient at Java... I was hoping that I could directly modify the sql tables
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.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.