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
+ skipNoContentLines
can be set alongside skipEmptyLines
or instead of skipEmptyLines
and retain the same functionality.
+ chunk