Browse Source

Improve gready comment in docs.html (#816)

pull/818/head
Paul Schlattmann 5 years ago committed by GitHub
parent
commit
aa333201af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/docs.html

2
docs/docs.html

@ -259,7 +259,7 @@ @@ -259,7 +259,7 @@
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
}
</code></pre>

Loading…
Cancel
Save