Bug 38318 - Trim spaces from biblionumber files for export tool
Summary: Trim spaces from biblionumber files for export tool
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-31 19:03 UTC by Andrew Fuerste-Henry
Modified: 2024-11-01 08:14 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2024-10-31 19:03:15 UTC
When using the export tool, one can upload a text file of biblionumbers. We should trim spaces from that file, if there are any, because otherwise it breaks.

There are other places where we allow similar uploads (like inventory) and those should also get trimmed, but maybe not all in one bug.
Comment 1 Katrin Fischer 2024-11-01 08:14:16 UTC
We probably need to be a bit careful when trimming, as whitespace can also be used as a separator in some places (see BarcodeSeparators system preference)