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

🐛 Fix importing CSV as attachment #1009

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

kirkkwang
Copy link
Contributor

Prior to this commit, if an importer has a CSV file as an attachment, the importer would fail because it would try to parse the attached CSV as the importer CSV. This commit will add a condition to only look for a CSV file that is NOT in the /files directory.

Ref:

@kirkkwang kirkkwang added the patch-ver for release notes label Jan 21, 2025
@kirkkwang kirkkwang force-pushed the i989-fix-importing-csv-as-attachment branch 2 times, most recently from e919617 to 618345e Compare January 21, 2025 21:45
Prior to this commit, if an importer has a CSV file as an attachment,
the importer would fail because it would try to parse the attached CSV
as the importer CSV.  This commit will add a condition to only look for
a CSV file that is NOT in the `/files` directory.

Ref:
- #989
@kirkkwang kirkkwang force-pushed the i989-fix-importing-csv-as-attachment branch from 618345e to 0de575d Compare January 21, 2025 23:01
@kirkkwang kirkkwang merged commit a751f48 into main Jan 22, 2025
6 checks passed
@kirkkwang kirkkwang deleted the i989-fix-importing-csv-as-attachment branch January 22, 2025 00:03
kirkkwang added a commit to samvera/hyku that referenced this pull request Jan 22, 2025
This commit will update Bulkrax for a fix on CSV as attachments.

Ref:
- samvera/bulkrax#1009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-ver for release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants