The issue gbif/pipelines#665 brought some new interpreted fields and changed the typeStatus from string to array.
Some of the new fields added were used before as strings because they were being carried from the verbatim values. But now they are interpreted fields in the basic record.
You can see the changes done in the avro schemas here.
All the download formats and cloud exports needs to be adapted to these changes to either use arrays or convert the arrays into strings.
The changes for ES search and Dwc and csv downloads are here but should be reviewed too.
The issue gbif/pipelines#665 brought some new interpreted fields and changed the typeStatus from string to array.
Some of the new fields added were used before as strings because they were being carried from the verbatim values. But now they are interpreted fields in the basic record.
You can see the changes done in the avro schemas here.
All the download formats and cloud exports needs to be adapted to these changes to either use arrays or convert the arrays into strings.
The changes for ES search and Dwc and csv downloads are here but should be reviewed too.