From 39a0dad5ce253710df1688fc4471f43938314288 Mon Sep 17 00:00:00 2001 From: Paul Schlattmann <3031146+pschlatt@users.noreply.github.com> Date: Wed, 8 Jul 2020 12:48:05 -0700 Subject: [PATCH] Update docs.html For most of us laymen glancing at these docs, the description (or greedy) isn't descriptive enough. I've seen several unresolved Stack Overflow and other forum posts confused about this. --- docs/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.html b/docs/docs.html index c4fec01a..a73f512a 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -259,7 +259,7 @@
Default Unparse Config with all options
delimiter: ",", header: true, newline: "\r\n", - skipEmptyLines: false, //or 'greedy', + skipEmptyLines: false, //other option is 'greedy', meaning skip delimiters, quotes, and whitespace. columns: null //or array of strings }