Browse Source

add escapeChar for unparse in docs

pull/631/head
Ledion Bitincka 6 years ago
parent
commit
5ccb3de46c
  1. 7
      docs/docs.html

7
docs/docs.html

@ -258,6 +258,7 @@ @@ -258,6 +258,7 @@
{
quotes: false, //or array of booleans
quoteChar: '"',
escapeChar: '"',
delimiter: ",",
header: true,
newline: "\r\n",
@ -293,6 +294,12 @@ @@ -293,6 +294,12 @@
The character used to quote fields.
</td>
</tr>
<tr>
<td><code>escapeChar</code></td>
<td>
The character used to escape <code>quoteChar</code> inside field values.
</td>
</tr>
<tr>
<td>
<code>delimiter</code>

Loading…
Cancel
Save