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

added uuids filtering + argument #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

IsslamElkasah
Copy link

I created this branch because I needed to transfer only specific submissions from one project to another.

  • I added a new optional argument --filter-uuids to specify the location of a txt file with a list of uuids to be transferred.
  • Edited the main()
  • Edited get_src_submissions_xml() to accept the filter file (if provided) and added the necessary code for filtering and removing submissions which was not provided as uuids in the txt file. If the file was not provided, the code works as before and will transfer all submissions from src to dest.

@joshuaberetta
Copy link
Member

@IsslamElkasah sorry for the delay in responding here. I like the idea but this can be implemented better now with the work I did in #17 to transfer submissions based on UUID values. Do you want to rework your PR to support this? Otherwise I'll close this PR and create an issue to do it another time.

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

Successfully merging this pull request may close these issues.

2 participants