You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both in the label and the fq are JSON strings instead of the clean values.
The same happens in the download through the API:
It was not possible to download establishment means before, so this is progress, but having the JSON there instead of the value makes that you cannot, for example, use the PostgreSQL COPY to load the records, but have to load the records one by one, which will be prohibitive for larger downloads (my downloads for the maps in our flora are around 3.7 million records). Downloads through the UI do not seem to have this problem.
The text was updated successfully, but these errors were encountered:
Our current EstablishmentMean model has two fields: concept and lineage, but EstablishmentMean in the latest DWC core is defined as a controlled value string
refer: https://dwc.tdwg.org/em/
It has the same issue on our Biocache prod
qifeng-bai
transferred this issue from AtlasOfLivingAustralia/biocache-hubs
Aug 22, 2022
This is what the facet result for establishmentMeans looks like now:
Both in the
label
and thefq
are JSON strings instead of the clean values.The same happens in the download through the API:
It was not possible to download establishment means before, so this is progress, but having the JSON there instead of the value makes that you cannot, for example, use the PostgreSQL COPY to load the records, but have to load the records one by one, which will be prohibitive for larger downloads (my downloads for the maps in our flora are around 3.7 million records). Downloads through the UI do not seem to have this problem.
The text was updated successfully, but these errors were encountered: