public class CSVInput extends Object
The code also allows for parsing boolean results where we expect the header to be a single string from the set: true yes false no
Any other value is considered an error for parsing a boolean results and anything past the first line is ignored
Constructor and Description |
---|
CSVInput() |
Modifier and Type | Method and Description |
---|---|
static boolean |
booleanFromCSV(InputStream in) |
static ResultSet |
fromCSV(InputStream in) |
public static ResultSet fromCSV(InputStream in)
public static boolean booleanFromCSV(InputStream in)
Licenced under the Apache License, Version 2.0