How can i update metadata value from nxql ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2018 08:59 AM
Hi !
I'm looking for a way to update the value of one metadata on a large amount of documents. I'm currently selecting documents that need this update using a simple nxql query, yet the volume is big enough to look for an automatic way of doing this. Is there a way to perform an update on all those elements ?
Best regards.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2018 09:23 AM
NXQL is a query-only expression language, it does not do updates.
We don't have a simple way of doing massive updates at the moment. You'll have to split in chunks and loop on them.
