Improve boolean parsing and ignore empty fields

This commit is contained in:
Julia Friesel
2018-08-07 17:22:38 +02:00
parent a948cf716b
commit 949fe91e9e
2 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ async function getFileContentAndImport() {
}
try {
importCsv(fileContent)
importCsv(fileContent, false)
} catch(err) {
//TODO
}