Browse Source

Document new header option for unparse function.

pull/406/head
Sergi Almacellas Abellana 8 years ago
parent
commit
a02a3c11b2
  1. 3
      docs.html

3
docs.html

@ -248,9 +248,10 @@
{ {
quotes: false, quotes: false,
delimiter: ",", delimiter: ",",
header: true,
newline: "\r\n" newline: "\r\n"
}</code></pre> }</code></pre>
Set <code>quotes</code> to <code>true</code> to always enclose each field in quotes, or an array of true/false values correlating to specific to columns to force-quote. The <code>delimiter</code> can be any valid delimiting character. The <code>newline</code> character(s) may also be customized. Set <code>quotes</code> to <code>true</code> to always enclose each field in quotes, or an array of true/false values correlating to specific to columns to force-quote. The <code>delimiter</code> can be any valid delimiting character. The <code>newline</code> character(s) may also be customized. Setting <code>header</code> to <code>false</code> will omit the header row.
</li> </li>
</ul> </ul>
</div> </div>

Loading…
Cancel
Save