@ -505,7 +505,7 @@ var csv = Papa.unparse({
@@ -505,7 +505,7 @@ var csv = Papa.unparse({
<code>skipEmptyLines</code>
</td>
<td>
If true, lines that are completely empty (those which evaluate to an empty string) will be skipped. If set to <code>'strict'</code>, lines that don't have any content (those which have only delimiters, quotes, and whitespace) will also be skipped.
If true, lines that are completely empty (those which evaluate to an empty string) will be skipped. If set to <code>'greedy'</code>, lines that don't have any content (those which have only delimiters, quotes, and whitespace) will also be skipped.