Browse Source

Explain that autodetect only works for most common delimiters

pull/462/head
Sergi Almacellas Abellana 8 years ago
parent
commit
9fb92261db
  1. 2
      docs.html

2
docs.html

@ -371,7 +371,7 @@ var csv = Papa.unparse({
<code>delimiter</code> <code>delimiter</code>
</td> </td>
<td> <td>
The delimiting character. Leave blank to auto-detect. It can be a string or a function. If string, it must be one of length 1. If a function, it must accept the input as first parameter and it must return a string which will be used as delimiter. In both cases it cannot be found in <a href="#readonly">Papa.BAD_DELIMITERS</a>. The delimiting character. Leave blank to auto-detect from a list of most common delimiters. It can be a string or a function. If string, it must be one of length 1. If a function, it must accept the input as first parameter and it must return a string which will be used as delimiter. In both cases it cannot be found in <a href="#readonly">Papa.BAD_DELIMITERS</a>.
</td> </td>
</tr> </tr>
<tr> <tr>

Loading…
Cancel
Save