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

Finish metadata import and export mappings #157

Open
soininen opened this issue Feb 14, 2022 · 2 comments
Open

Finish metadata import and export mappings #157

soininen opened this issue Feb 14, 2022 · 2 comments
Labels
Milestone

Comments

@soininen
Copy link
Collaborator

soininen commented Feb 14, 2022

Metadata import doesn't work after import_mappings rewrite as the work was never finished on them. The mapping classes (ObjectMetadataMapping, ParameterValueMetadataMapping etc.) exist but don't do anything useful. This work should be brought to conclusion.

As metadata comes in name-value pairs, maybe we want to split the mappings accordingly into XMetadataNameMapping and XMetadataValueMapping on the same go. With the original implementation, users had to write JSON in their input files to get name-value pairs properly imported. (Note -- work is already going to this direction in a branch)

We are also missing export mappings for metadata. This should be implemented in parallel with the import mappings.

@soininen soininen changed the title Finish metadata import mappings Finish metadata import and export mappings Feb 24, 2022
@jkiviluo
Copy link
Member

@soininen Has this issue gone stale and old?

@soininen
Copy link
Collaborator Author

Has this issue gone stale and old?

As far as I can tell, metadata import/export implementations are still missing in the entity branch. This issue might be old but it is not stale.

@jkiviluo jkiviluo added this to the v0.8.0 milestone Aug 30, 2023
@soininen soininen modified the milestones: v0.8.0, v0.8.1 Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants