We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
is probably the best bet for all of these.
The text was updated successfully, but these errors were encountered: