Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: CsvError: Invalid Closing Quote: got " " at line 1 instead of delimiter, row delimiter, trimable character (if activated) or comment #104

Closed
nandenjin opened this issue Jan 3, 2021 · 0 comments · Fixed by #109
Assignees
Labels
bug Something isn't working

Comments

@nandenjin
Copy link
Owner

KdB was renewed and became to insert table head. Relating with this, twinkle-parser throws an error when loading CSV:

CsvError: Invalid Closing Quote: got " " at line 1 instead of delimiter, row delimiter, trimable character (if activated) or comment
    at Parser.__parse (/Users/nandenjin/workspace/twinkle-parser/node_modules/csv-parse/lib/index.js:533:17)
    at Object.module.exports [as default] (/Users/nandenjin/workspace/twinkle-parser/node_modules/csv-parse/lib/sync.js:20:23)
    at parse (/Users/nandenjin/workspace/twinkle-parser/dist/index.js:29:32)
    at Object.<anonymous> (/Users/nandenjin/workspace/twinkle-parser/bin/twinkle-parser.js:64:16)
@nandenjin nandenjin added the bug Something isn't working label Jan 3, 2021
@nandenjin nandenjin self-assigned this Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant