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

Load CSV data from locations other than files #1267

Closed
jodastephen opened this issue Aug 5, 2016 · 0 comments
Closed

Load CSV data from locations other than files #1267

jodastephen opened this issue Aug 5, 2016 · 0 comments
Assignees
Milestone

Comments

@jodastephen
Copy link
Member

The CSV loaders currently use ResourceLocator which is tied to a file or the classpath. Add new parse methods that take CharSource allowing parsing from any suitable source, such as memory or URL.

@jodastephen jodastephen added this to the v1.1 milestone Aug 5, 2016
@jodastephen jodastephen assigned cjkent and jodastephen and unassigned cjkent Aug 5, 2016
jodastephen added a commit that referenced this issue Aug 5, 2016
Add CharSource parser methods
Fixes #1267
cjkent pushed a commit that referenced this issue Aug 8, 2016
Add CharSource parser methods
Fixes #1267
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants