unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Fix export files containing too many columns #263

Closed pverscha closed 1 year ago

pverscha commented 1 year ago

Sometimes it happens that the export files that are generated by the Unipept Desktop application contain too many columns. This is due to the fact that the delimiter used to separate columns from each other also appears as part of the columns content. This PR will first sanitize the column contents and remove any separator characters that can cause issues before writing the contents to a file.