r-geoflow / geoflow

Tools to Orchestrate Geospatial (Meta)Data Management Workflows and Manage FAIR Services
https://github.com/r-geoflow/geoflow/wiki
Other
40 stars 14 forks source link

Error when copy and paste in geoflow google sheets #381

Open ArturoMunozAlbero opened 3 months ago

ArturoMunozAlbero commented 3 months ago

It seems there is an error when copying and pasting data in cells, converting line separator "_" in "\r\n" instead of "\n". This gives an error as geoflow doesn't identify this as a line separator.

eblondel commented 3 months ago

Need to figure out how we could complement the split with an alternate separator that would be "_\r\n", or do a batch replacement in case we found this kind of char sequence.