| Package | Description |
|---|---|
| com.github.jep42.easycsvmap.selector |
| Modifier and Type | Method and Description |
|---|---|
void |
RowIndexSelector.parse() |
void |
RegExpRowSelector.parse() |
void |
CSVSelector.parse() |
void |
RowIndexFormatValidator.validate()
Format of a valid row specification is {rowIndex|rowIndexList} (TODO |rowIndexRange)
.
|
void |
RegExpRowValidator.validate()
format of a valid RegExpRow spec is [key=value] where the value is a regular expression
|
void |
ColumnSpecFormatValidator.validate()
A valid column specification is a string with column name.
|
Copyright © 2016. All Rights Reserved.