Browse Source

updating docs

pull/544/head
jaymeans 7 years ago
parent
commit
0140e59fa9
  1. 2
      docs/docs.html

2
docs/docs.html

@ -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>'greedy'</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 whitespace after parsing) will also be skipped.
</td>
</tr>
<tr>

Loading…
Cancel
Save