clowder-framework / CONSORT-frontend

custom react frontend working with consort clowder instance
0 stars 0 forks source link

Get metadata from the correct extractor #59

Closed minump closed 10 months ago

minump commented 10 months ago

Multiple extractors will upload metadata to the Clowder dataset. Extract the correct metadata by matching the extractor name. Change to be done in utils/dataset.js https://github.com/clowder-framework/CONSORT-frontend/blob/main/src/utils/dataset.js#L166 . Instead of getting the first item, match with extractor name.

Screenshot shows metadata from multiple extractors.

Screenshot 2023-10-20 at 2 55 45 PM