No quoting at save

master
Kai Labusch 10 months ago
parent 270a080e36
commit 5b1d675c2b

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

Loading…
Cancel
Save