diff --git a/docs/docs.html b/docs/docs.html index 8777802..df87a72 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -258,6 +258,7 @@ { quotes: false, //or array of booleans quoteChar: '"', + escapeChar: '"', delimiter: ",", header: true, newline: "\r\n", @@ -293,6 +294,12 @@ The character used to quote fields. + + escapeChar + + The character used to escape quoteChar inside field values. + + delimiter