Closed janisdd closed 3 years ago
I want this too. Were you able to get this working?
With the proposed changes it works as it should.
Could you please fill a PR with the tests and the proposed change?
I will be happy to merge it if that solves the problem.
I think the documentation needs to be changed as well. Maybe I could get to this this weekend and create a PR.
@janisdd, Yes a documentation update will be good also. Waiting for your PR!
Should be fixed with #879
Recently a user reported an issue to me that multi-character delimiter does not work with quoted fields, e.g.
delimiter:
,
(comma and a single whitespace)I tried this on the current demo version (on the website):
which gives:
expected
I also noticed that in the documentation there is always written
delimiting character
but actually multi-character strings are supported (from what I can see in the code and tests).I think the issue is somewhere around this line: https://github.com/mholt/PapaParse/blob/master/papaparse.js#L1558
A test could look like this: