1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-07 19:05:04 +02:00

No quoting at save

This commit is contained in:
Kai Labusch 2023-07-06 10:58:08 +02:00
parent 270a080e36
commit 5b1d675c2b

View file

@ -982,8 +982,10 @@ function setupInterface(data, file, urls) {
header: true, header: true,
delimiter: '\t', delimiter: '\t',
comments: "#", comments: "#",
quoteChar: String.fromCharCode(0), quoteChar: "",
escapeChar: String.fromCharCode(0), escapeChar: "",
//quoteChar: String.fromCharCode(0),
//escapeChar: String.fromCharCode(0),
skipEmptyLines: true, skipEmptyLines: true,
dynamicTyping: true dynamicTyping: true
}); });