mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-08 03:10:08 +02:00
No quoting at save
This commit is contained in:
parent
270a080e36
commit
5b1d675c2b
1 changed files with 4 additions and 2 deletions
6
neat.js
6
neat.js
|
@ -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…
Add table
Add a link
Reference in a new issue