riparias / rato-occurrences

DwC mapping of RATO vwz occurrences
MIT License
0 stars 1 forks source link

remove trailing whitespace so we can use a space to detect multiple v… #153

Closed PietrH closed 6 months ago

PietrH commented 6 months ago

fixes #152

We are using a separator plus a space to detect multiple values, when a space was added to the end of records, this triggered our detection and removed loads of records. By trimming trailing whitespace, we avoid tripping this filter.