Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacement of special characters in filenames #1944

Open
smutniak opened this issue Jun 12, 2024 · 0 comments
Open

Replacement of special characters in filenames #1944

smutniak opened this issue Jun 12, 2024 · 0 comments
Labels

Comments

@smutniak
Copy link
Contributor

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

@smutniak smutniak added the bug label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant