Package com.tibco.patterns.grouping
Class CsvPairInput
- java.lang.Object
-
- com.tibco.patterns.grouping.CsvPairInput
-
-
Field Summary
Fields Modifier and Type Field Description booleanskip_self_matchesIndicates whether to skip self-match pairs (pairs where the two record keys are identical).
-
Constructor Summary
Constructors Constructor Description CsvPairInput(java.lang.String filename, CsvInputOptions input_options)Creates a CsvPairInput object using the input options provided.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<InputPair>iterator()Implements interface Iterable.voidreleaseForwardKeymappings()
-
-
-
Constructor Detail
-
CsvPairInput
public CsvPairInput(java.lang.String filename, CsvInputOptions input_options) throws GroupingExceptionCreates a CsvPairInput object using the input options provided.- Parameters:
filename- The csv file.input_options- CsvInputOptions object defining how to handle lines in the input csv file- Throws:
GroupingException- if input_options had inconsistencies.
-
-