Nested quotes and commas don't seem to work correctly #1843
Answered
by
AltruCoder
duanbailey
asked this question in
Q&A
-
Hi there! I'm trying to read a csv file with nested quotes and commas, but it doesn't parse it as I expect. So my csv looks like this:
When I run this using
I get "The Literal" and "My Fake Comany Limited" as the first two columns, though I would expect to see "The Literal", My Fake Company Limited and 123456. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
AltruCoder
Aug 13, 2021
Replies: 1 comment 9 replies
-
Your internal quotes need to be escaped with another double quote.
|
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
duanbailey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your internal quotes need to be escaped with another double quote.