Improve boolean parsing and ignore empty fields
This commit is contained in:
@@ -85,7 +85,7 @@ async function getFileContentAndImport() {
|
||||
}
|
||||
|
||||
try {
|
||||
importCsv(fileContent)
|
||||
importCsv(fileContent, false)
|
||||
} catch(err) {
|
||||
//TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user