-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issue in convert csv to dwca #690
Comments
I see that for QM, the multiline string is processed properly in Solr: But I cannot see this field in https://biocache.ala.org.au/occurrences/ca374cf5-b1c9-4ce2-9d84-ea434bf49950 which maybe is a bug for biocache hub as I see it in the ws: https://biocache.ala.org.au/ws/occurrences/ca374cf5-b1c9-4ce2-9d84-ea434bf49950 @nickdos any thought on this? |
|
Closing this as the main issue here is fixed. Remaining problem has been addressed in another issue: AtlasOfLivingAustralia/la-pipelines#478 |
Currently, new or updated records show individualCount and coordinatePrecision as float. For eg: https://biocache.ala.org.au/occurrences/0e76fc74-269c-4681-9c93-20ba6859849b
Existing records that has not been updated still remains unchanged. For eg: https://biocache.ala.org.au/occurrences/f45c2bbb-9bda-400b-923b-6dd59ac326f2
The reason why this happens is:
The csv to dwca converter should read in values as string rather than converting it to float. For eg, Bionet job extract the sightings as string but during the reading in dwca-dr, this has been converted to number in the generated dwca
Another issue with the csv to dwca converted is if there's a multiline string. This happens for dr344. A record has been split into 2 records because of multiline in a field.
The text was updated successfully, but these errors were encountered: