From 5b1d675c2bc0f6bd13df3e6e45e7da150fcecafa Mon Sep 17 00:00:00 2001 From: Kai Labusch Date: Thu, 6 Jul 2023 10:58:08 +0200 Subject: [PATCH] No quoting at save --- neat.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 });