Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

  • Currently the Imports Service reports success for all records, even if it fails to import a record. You need to check the imported data against your import file. (Jira filed?)
  • Shell script for imports
  • Shell script for deletes. (Note: Script needs work, only deleting first CSID, user error for sure!)
  • If you delete a record in the CSpace UI (e.g., a person record), it is really a soft-delete, and other fragments of that record will be stored in tables outside the authority you were working with.  If you try to reload that CSID using the Imports Service, it will report a successful import, but the record will not be added.  You need to run a curl-based delete to remove the record completely, and you can do so even for a record that does not appear in the UI.
  • No labels