You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common problem which requires manual intervention are files with certain characters in the filename. This problem is usually noticed during an export where, in vireo4's attempt to zip up the files associated with a submission, it is unable to find a specific file as denoted in field_value.value
A recent example was a file which had ':' in the name (e.g. "stuff-i-reviewed_on4:29:2024.pdf"). The file needed to be renamed by replacing ':' with '_' and updating the field_value before vireo could find it.
Upon ingest a filename could be renamed or the list of characters to be escaped could be expanded.
A common problem which requires manual intervention are files with certain characters in the filename. This problem is usually noticed during an export where, in vireo4's attempt to zip up the files associated with a submission, it is unable to find a specific file as denoted in field_value.value
A recent example was a file which had ':' in the name (e.g. "stuff-i-reviewed_on4:29:2024.pdf"). The file needed to be renamed by replacing ':' with '_' and updating the field_value before vireo could find it.
Upon ingest a filename could be renamed or the list of characters to be escaped could be expanded.
Related to the more specific #1904 and #1909
The text was updated successfully, but these errors were encountered: