diff --git a/neat.js b/neat.js index 5f667e6..ddb3be6 100644 --- a/neat.js +++ b/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 });