From cca3c69f4df9d7dfc0dc318a8472e51fcab21523 Mon Sep 17 00:00:00 2001 From: Steven Jeffries Date: Mon, 20 Aug 2018 00:30:58 -0700 Subject: [PATCH] Changed delimitersToGuess default values to include links pointing to the "#readonly" list for the Papa.RECORD_SEP and Papa.UNIT_SEP constants. --- docs/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.html b/docs/docs.html index bf2f0df..017da86 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -356,7 +356,7 @@ var csv = Papa.unparse({ beforeFirstChunk: undefined, withCredentials: undefined, transform: undefined, - delimitersToGuess: [',', '\t', '|', ';', String.fromCharCode(30), String.fromCharCode(31)] + delimitersToGuess: [',', '\t', '|', ';', Papa.RECORD_SEP, Papa.UNIT_SEP] }