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