Poster only works with DataSpace records. To ensure that it will work with PDC, we will need the following:
[x] Add argparse to handle Princeton source
[x] Modify current arg handling for dry-run/test/prod submission
[x] Currently "dataset_metadata_to_upload.json" contains DataSpace data. When it is run for either dspace/pdc, it should have distinguished filenames to avoid conflicts. I recommend "dspace_metadata_to_upload.json" and "pdc_metadata_to_upload.json"
[x] Will need to update scraper to change to_upload outputs
[x] Change entry_form and input_form filename convention to separate dspace from pdc
[x] Change osti.json to be separated by dspace and pdc
Poster
only works with DataSpace records. To ensure that it will work with PDC, we will need the following:argparse
to handle Princeton sourcescraper
to changeto_upload
outputs