Browse Source
* Currently the 'delimeter' config option lets the user either specify the exact specific expected delimeter or pass in a function that entirely overrides PapaParse's delimeter-guessing function. I have a use-case where I want to use the built-in guessing function, but with a restricted set of potential delimiters rather than the default set. I imagine other users may also want to restrict this set, or otherwise customize it to only consider certain delimiters (such as unusual delimiters not currently in the default set). * This change enables a third option for the 'delimiter' config setting, other than a string or function-- if the user passes in an array of strings, then that array will be used as the set of potential delimiters for the built-in guessing function.pull/393/head
stu blair
8 years ago
2 changed files with 32 additions and 5 deletions
Loading…
Reference in new issue