My csv has 32 columns,ia there a way to create a Dataset<String[32]>?
On Apr 17, 2015 7:53 PM, "Stephan Ewen" <
[hidden email]> wrote:
I don't think there is any built-in functionality for that.
You can probably read the header with some custom code (in the driver program) and use the CSV reader (skipping the header) as a regular data source.