Package de.xima.fc.logic.text.csv
Class CsvSplitter
- java.lang.Object
-
- de.xima.fc.logic.text.csv.CsvSplitter
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
csvSplitRow(String value, CsvFormat format)
static List<List<String>>
csvSplitRows(String value, CsvFormat format)
-
-
-
Method Detail
-
csvSplitRow
public static List<String> csvSplitRow(String value, CsvFormat format) throws IOException
- Throws:
IOException
-
csvSplitRows
public static List<List<String>> csvSplitRows(String value, CsvFormat format) throws IOException
- Throws:
IOException
-
-