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

Add ability to dump TabularResult data as CSV #1

Open
jimmoores opened this issue Jun 12, 2014 · 1 comment
Open

Add ability to dump TabularResult data as CSV #1

jimmoores opened this issue Jun 12, 2014 · 1 comment

Comments

@jimmoores
Copy link
Owner

Add .toCSV() method to TabularResult. Should be able to use the existing CSVWriter pretty easily.

@benmccann
Copy link
Collaborator

benmccann commented Dec 26, 2017

If you want to fetch as CSV you can use the Tablesaw session and then call .write().csv(destination) on the table returned

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