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

this didn't detect as a csv #7

Open
okdistribute opened this issue Aug 5, 2015 · 2 comments
Open

this didn't detect as a csv #7

okdistribute opened this issue Aug 5, 2015 · 2 comments

Comments

@okdistribute
Copy link
Collaborator

Maybe a csv like this should pass? Just ran in to this with some real-world data while using dat

"name"
"finnp"
"karissa"
"mafintosh"
"albert"
@finnp finnp closed this as completed in 862014d Aug 6, 2015
@finnp finnp reopened this Aug 6, 2015
@finnp
Copy link
Owner

finnp commented Aug 6, 2015

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>

@okdistribute
Copy link
Collaborator Author

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 [email protected] wrote:

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

what


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants