Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spreadsheet.js to handle quotes cells
As reported in https://groups.google.com/d/msgid/dataverse-community/ef52665f-2348-413b-9181-0aad860316c1n%40googlegroups.com?utm_medium=email&utm_source=footer, the current previewer isn't handling cells that are in quotes (and have a comma inside them). This PR tries to address that by setting the quoteChar used during parsing. Alternately, we may need to set delimitersToGuess: to avoid all but the correct one for a given mimetype.
- Loading branch information