Class CsvResourceConnection.CsvLookup
java.lang.Object
com.aquima.interactions.framework.connectivity.CsvResourceConnection.CsvLookup
- Enclosing class:
- CsvResourceConnection
Internal class used for csv data lookup.
- Since:
- 6.2
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CsvLookup
(TextDataContent data, ICsvResourceMetadata defs) -
Method Summary
Modifier and TypeMethodDescriptionprotected int
protected IPrimitiveValue[]
getRowValues
(int row) protected IPrimitiveValue
getValueByFieldName
(int row, int column) protected IPrimitiveValue
getValueByFieldName
(int row, String fieldName)
-
Constructor Details
-
CsvLookup
-
-
Method Details
-
getRowValues
-
getValueByFieldName
-
getValueByFieldName
-
getRowCount
protected int getRowCount()
-