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

Implement preprocessing script to delete temporary files before bagging #35

Open
1 task done
zoidy opened this issue May 26, 2023 · 0 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@zoidy
Copy link
Collaborator

zoidy commented May 26, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Description

Currently, temporary files (e.g., from Word, etc) in the UAL_RDM folder are included in bags. These should be deleted prior to bagging since preserving them is not needed.

Suggested Implementation

Implementation will likely be similar to #22

Files that should be deleted (there may be others)

  • Files starting with ~$ and ending in any of .docx, .doc, .xlsx, .xls
  • Files named .DS_Store
  • Files starting with ._.
@zoidy zoidy added the enhancement New feature or request label May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants