Open jimmoores opened 10 years ago
Add .toCSV() method to TabularResult. Should be able to use the existing CSVWriter pretty easily.
If you want to fetch as CSV you can use the Tablesaw session and then call .write().csv(destination) on the table returned
.write().csv(destination)
Add .toCSV() method to TabularResult. Should be able to use the existing CSVWriter pretty easily.