Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upthis didn't detect as a csv #7
Comments
finnp
closed this
in
862014d
Aug 6, 2015
finnp
reopened this
Aug 6, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
finnp
Aug 6, 2015
Owner
I have just commited support for quoted strings. But I am thinking about also allowing other one-column csv like this
hello
1
2
3
4
However I am not exactly sure yet how to differentiate them from things like this
<xml>
what
</xml>
|
I have just commited support for quoted strings. But I am thinking about also allowing other one-column csv like this
However I am not exactly sure yet how to differentiate them from things like this
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
karissa
Aug 6, 2015
Collaborator
Yeah, good point. perhaps we could just close this and the consumer can
decide what to do if it returns null
On Thursday, August 6, 2015, Finn Pauls notifications@github.com wrote:
I have just commited support for quoted strings. But I am thinking about
also allowing other one-column csv like thishello
1
2
3
4However I am not exactly sure yet how to differentiate them from things
what
like this—
Reply to this email directly or view it on GitHub
#7 (comment).
Karissa McKelvey
http://karissa.github.io/ http://karissamck.com
Send me an encrypted message:
https://keybase.io/karissa https://keybase.io/karissa/key.asc
|
Yeah, good point. perhaps we could just close this and the consumer can On Thursday, August 6, 2015, Finn Pauls notifications@github.com wrote:
Karissa McKelvey Send me an encrypted message: |
karissa commentedAug 5, 2015
Maybe a csv like this should pass? Just ran in to this with some real-world data while using dat