diff --git a/docs.html b/docs.html index 314e985..d6ba4bb 100644 --- a/docs.html +++ b/docs.html @@ -248,9 +248,10 @@ { quotes: false, delimiter: ",", + header: true, newline: "\r\n" } - Set quotes to true to always enclose each field in quotes, or an array of true/false values correlating to specific to columns to force-quote. The delimiter can be any valid delimiting character. The newline character(s) may also be customized. + Set quotes to true to always enclose each field in quotes, or an array of true/false values correlating to specific to columns to force-quote. The delimiter can be any valid delimiting character. The newline character(s) may also be customized. Setting header to false will omit the header row. @@ -568,7 +569,7 @@ var csv = Papa.unparse({
- +
Data