quandl4j icon indicating copy to clipboard operation
quandl4j copied to clipboard

Add ability to dump TabularResult data as CSV

Open jimmoores opened this issue 10 years ago • 1 comments

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

jimmoores avatar Jun 12 '14 10:06 jimmoores

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

benmccann avatar Dec 26 '17 22:12 benmccann