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