Platform migration updates: Starting October 25th, 2024, all support issues must be submitted through Hyland Community. The Nuxeo Jira site will enter indefinite read-only mode at 5 p.m. EDT. Cloud deployment services will be temporarily offline, with normal operations resuming Monday, October 28. Read the Hyland Connect blog post for more details.
not a bug -> the query you use in your operation chain is wrong and returns the same blob several time.
Anyway I've made a modification in CreateZip so that it is not crashing when file with same names are zipped.
If such a file is found the blob file name is renamed to "renamed_N_originalName"
where N is a counter (uniquely generated number).
not a bug -> the query you use in your operation chain is wrong and returns the same blob several time.
Anyway I've made a modification in CreateZip so that it is not crashing when file with same names are zipped.
If such a file is found the blob file name is renamed to "renamed_N_originalName"
where N is a counter (uniquely generated number).