public class CsvParsingUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Iterable<org.apache.commons.csv.CSVRecord> |
parseFile(String filePath,
char delimiter,
char quote)
Parse a CSV
|
public static Iterable<org.apache.commons.csv.CSVRecord> parseFile(String filePath, char delimiter, char quote) throws IOException
filePath - The path to the filedelimiter - The delimiterquote - The string quoteIOException - If the input does not existsCopyright © 2018 Okkam srl. All rights reserved.