matchID-project / frontend

Frontend for matchID project
https://matchID-project.github.io
GNU Lesser General Public License v3.0
2 stars 2 forks source link

fix sep for import of csv and tsv files #119

Closed rhanka closed 4 years ago

rhanka commented 4 years ago

"\s+|;|," separator is week, replace \s+ with \t which is far more reliable in general cases