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

Several fields have multiple values which should most likely be merged #38

Open
jrdh opened this issue Nov 13, 2023 · 0 comments
Open
Labels
enhancement mapping Issues about field mappings specimens Issues about the specimen resource

Comments

@jrdh
Copy link
Member

jrdh commented Nov 13, 2023

Fields include:

  • ColHabitatVerbatim
  • ColPlantDescription
  • PalDesDescription
  • MinIdentificationDescription
  • MinTextureStructure
  • MinIdentificationOther

As an example, there are a few hundred records with ColHabitatVerbatim containing multiple values in the EMu dump.
As an example of one on the Portal: https://data.nhm.ac.uk/object/dc94c336-957a-486d-911e-5f9fd2e5fba2.

These look like multiline strings so using:

combine_text(record.iter_all_values(emu_field))

is probably the best bet for all of these.

@jrdh jrdh added enhancement specimens Issues about the specimen resource mapping Issues about field mappings labels Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement mapping Issues about field mappings specimens Issues about the specimen resource
Projects
None yet
Development

No branches or pull requests

1 participant