From 6b5ea1d461bf2d26816792cc7cc00ad571145779 Mon Sep 17 00:00:00 2001 From: jaymeans Date: Thu, 26 Jul 2018 20:20:33 -0700 Subject: [PATCH] updating docs page --- docs/docs.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs.html b/docs/docs.html index 37fe8f1..ad8a61c 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -351,6 +351,7 @@ var csv = Papa.unparse({ error: undefined, download: false, skipEmptyLines: false, + skipNoContentLines: false, chunk: undefined, fastMode: undefined, beforeFirstChunk: undefined, @@ -508,6 +509,14 @@ var csv = Papa.unparse({ If true, lines that are completely empty will be skipped. An empty line is defined to be one which evaluates to empty string. + + + skipNoContentLines + + + If true, lines that don't have any content will be skipped. Lacking content is defined as having only delimiters, quotes, and whitespace. skipNoContentLines can be set alongside skipEmptyLines or instead of skipEmptyLines and retain the same functionality. + + chunk