Browse Source

Changed delimitersToGuess default values to include links pointing to

the "#readonly" list for the Papa.RECORD_SEP and Papa.UNIT_SEP
constants.
pull/555/head
Steven Jeffries 7 years ago
parent
commit
cca3c69f4d
  1. 2
      docs/docs.html

2
docs/docs.html

@ -356,7 +356,7 @@ var csv = Papa.unparse({
beforeFirstChunk: undefined, beforeFirstChunk: undefined,
withCredentials: undefined, withCredentials: undefined,
transform: undefined, transform: undefined,
delimitersToGuess: [',', '\t', '|', ';', String.fromCharCode(30), String.fromCharCode(31)] delimitersToGuess: [',', '\t', '|', ';', <a href="#readonly">Papa.RECORD_SEP</a>, <a href="#readonly">Papa.UNIT_SEP</a>]
}</code></pre> }</code></pre>
</div> </div>
<div class="clear"></div> <div class="clear"></div>

Loading…
Cancel
Save