From 5ccb3de46c207fc55734554a436088c042ac1a54 Mon Sep 17 00:00:00 2001 From: Ledion Bitincka Date: Tue, 12 Feb 2019 11:13:47 -0800 Subject: [PATCH] add escapeChar for unparse in docs --- docs/docs.html | 7 +++++++ 1 file changed, 7 insertions(+) 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