diff --git a/docs/docs.html b/docs/docs.html index 37fe8f1..973e390 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -7,12 +7,12 @@ - - - - - - + + + + + + @@ -247,13 +247,37 @@
// defaults shown
 {
 	quotes: false,
+	onlyQuoteStrings: false,
 	quoteChar: '"',
 	escapeChar: '"',
 	delimiter: ",",
-	header: true,
-	newline: "\r\n"
+	newline: "\r\n",
+	header: true
 }
- 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 character used to quote can be customized using quoteChar. The character used to escape the quoteChar within a field can be customized using escapeChar. 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. + + @@ -803,7 +827,7 @@ var csv = Papa.unparse({