diff --git a/docs/docs.html b/docs/docs.html index c4fec01a..a73f512a 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -259,7 +259,7 @@
Default Unparse Config with all options
delimiter: ",", header: true, newline: "\r\n", - skipEmptyLines: false, //or 'greedy', + skipEmptyLines: false, //other option is 'greedy', meaning skip delimiters, quotes, and whitespace. columns: null //or array of strings }