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

Loading…
Cancel
Save