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

Circ Stats - Remove spaces from uploaded file name #375

Open
matthewahmed opened this issue Feb 10, 2017 · 0 comments
Open

Circ Stats - Remove spaces from uploaded file name #375

matthewahmed opened this issue Feb 10, 2017 · 0 comments

Comments

@matthewahmed
Copy link
Contributor

This can wait until Circ Stats Report is already being updated for something else.

If an uploaded barcode list has any spaces in its file name, replace them with underscores when saving to /s/SUL/Dataload/Uploads/CircStats . Same as with prefixing the name with the SUNet ID, the no-spaces name should also be used when deriving the OUTPUT_NAME value for the CIRC_STATS_RPT_LOG table.

For example if a user uploads "my barcodes.txt", it should be saved as "sunetid_my_barcodes.txt".

The PL/SQL nightly processing currently has a workaround for handling filenames with spaces. However it's a confusing kludge that should be removed when possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants