Report on using export command #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I used the command as part of a data model transitiion. This issue is only reporting impressions.
Filename scheme makes it hard to navigate. The transition requires to reconsolidate uncurated records, and to compare across collections. This is made hard, because records with one and the same PID appear to map into different filenames in each collection/inbox type. Using the same filename would help a lot here. It need not be the PID itself (I know it has complications), but a look-up to reuse a numbered filename when a PID occurs again would be sufficient.
schema_typeis duplicated in directory name and record. My transition requires a namespace change for the schema itself. Even simple records (pid and display label only) contain aschema_typeitem. This means all records need processing to remove it. The original type is captured in the directory name and the new type needs to be declare when posting the records to the new DB.The issues are addressed in PR #28 and published in version 0.2.7
schema_type-attributes are now by default removed before storing a recordIn addition there is now
Closing this for now. Please reopen if additional issues come up