-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
id of deleted project will be kept in workspace.json #1418
Copy link
Copy link
Closed
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.persistenceIssues about the way user data is saved on diskIssues about the way user data is saved on disk
Milestone
Metadata
Metadata
Assignees
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.persistenceIssues about the way user data is saved on diskIssues about the way user data is saved on disk
Type
Fields
Give feedbackNo fields configured for issues without a type.
I have a project that makes use of another project (as mapping table). After the processing (i.e. application of the mapping rules (JSON history) + exporting the result), I'm deleting both projects. Only the id of the main project will be kept in workspace.json. The auxiliary project (with the mapping table) disappears as expected. When I restart OpenRefine, it tries to recover the project whose id still has been left in the workspace.json. When I try to reimport both projects and do the processing afterwards, then the mapping table won't be applied. So I guess it has something to do with the incomplete removal (and the unsuccessful recovery after OpenRefine restart) of the main project.
My current workaround is that I'll give the main project each time a new name at import.
tested with OpenRefine 2.7 and 2.8