jimmoores / quandl4j

Java wrapper for Quandl REST API
quandl4j.org
Apache License 2.0
78 stars 22 forks source link

Add ability to dump TabularResult data as CSV #1

Open jimmoores opened 10 years ago

jimmoores commented 10 years ago

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

benmccann commented 6 years ago

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