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

object references in tables broken after unpack #64

Open
juliomateoslangerak opened this issue Sep 12, 2023 · 1 comment
Open

object references in tables broken after unpack #64

juliomateoslangerak opened this issue Sep 12, 2023 · 1 comment

Comments

@juliomateoslangerak
Copy link

Hi,
Awesome job!

While using cli-transfer, I realized that the links to the different objects in a reimported table were broken. Presumably because the object ids are different after reimport.

Would it be an option to reprocess tables to get the new ids according to image name?

@erickmartins
Copy link
Collaborator

right now we are not touching tables at all - by design. they are fiddly and not trivial to use and, especially, to edit. Internally, the code has access to the mapping between (image) source and destination IDs, so this should be possible. Right now, the priority would be to edit Figures in a similar way.

for the moment, a possible workaround is using metadata included in the provenance MapAnnotation - that can include source IDs for images, so you can query images after transfer to see what their original IDs were and replace them where necessary.

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

No branches or pull requests

2 participants