From 744d05be0c01426298ac6dfc3db50f28a84856db Mon Sep 17 00:00:00 2001 From: Alexander Gush Date: Mon, 12 Oct 2020 15:36:21 +0300 Subject: [PATCH] Modified docs.html --- docs/docs.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/docs.html b/docs/docs.html index e7911c9..d395c08 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -260,7 +260,8 @@ header: true, newline: "\r\n", skipEmptyLines: false, //other option is 'greedy', meaning skip delimiters, quotes, and whitespace. - columns: null //or array of strings + columns: null //or array of strings, + quoteDataWithSpaces: true, } @@ -337,6 +338,14 @@ If data is an array of objects this option can be used to manually specify the keys (columns) you expect in the objects. If not set the keys of the first objects are used as column. + + + quoteDataWithSpaces + + + If false, field values that have spaces in the start or in the end will not be enclosed in quotes. + + escapeFormulae