more liberally import csv
This commit is contained in:
parent
4328a6205f
commit
e093ca5a30
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ const PasteInput = {
|
|||
Import.handleJSON(text)
|
||||
} else if (text.match(/\t/)) {
|
||||
Import.handleTSV(text)
|
||||
} else if (text.match(/","/)) {
|
||||
} else {
|
||||
// just try to see if CSV works
|
||||
Import.handleCSV(text)
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue