- getAllCsvValues(String) - Method in class com.github.jep42.roboteasycsv.RobotEasyCsv
-
Get the values of all cells matching the given selector expression.
- getColumnSeparator() - Method in class com.github.jep42.easycsvmap.core.CSVContext
-
- getCSVSelector(String, List<Map<String, String>>, CSVContext) - Static method in class com.github.jep42.easycsvmap.selector.CSVSelectorFactory
-
- getFirstCsvValue(String) - Method in class com.github.jep42.roboteasycsv.RobotEasyCsv
-
Get the value of the first cell matching the given selector expression.
- getHeaderRowIndex() - Method in class com.github.jep42.easycsvmap.core.CSVContext
-
- getNumberOfCSVColumns() - Method in class com.github.jep42.easycsvmap.EasyCSVMap
-
Retrieves the total number of columns of the parsed CSV structure
- getNumberOfCSVRows() - Method in class com.github.jep42.easycsvmap.EasyCSVMap
-
Retrieves the total number of rows of the parsed CSV structure (including data rows and header rows)
- getQuoteCharacter() - Method in class com.github.jep42.easycsvmap.core.CSVContext
-
- getReader(String, char, char) - Static method in class com.github.jep42.easycsvmap.csv.CSVFileFactory
-
- getRowIterator() - Method in class com.github.jep42.easycsvmap.EasyCSVMap
-
An iterator over the rows of the CSV file, including a potentially existing header line.
- getValueFromRow(Map<String, String>, String) - Method in class com.github.jep42.easycsvmap.selector.AbstractCSVSelector
-
- getValues(String) - Method in class com.github.jep42.easycsvmap.EasyCSVMap
-
Convenient method to retrieve the value of particular cells from the CSV structure.
- getValues() - Method in interface com.github.jep42.easycsvmap.selector.CSVSelector
-
Retrieves cell values from the given map according to the given selector and returns as map in which the key is the row index.
- getValues() - Method in class com.github.jep42.easycsvmap.selector.RegExpRowSelector
-
- getValues() - Method in class com.github.jep42.easycsvmap.selector.RowIndexSelector
-
- getWriter(String, char) - Static method in class com.github.jep42.easycsvmap.csv.CSVFileFactory
-