![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Read tuples from a CSV file using the TupleFeeder processor. More...
Static Public Member Functions | |
static void | main (String[] args) |
Read tuples from a CSV file using the TupleFeeder processor.
Graphically, this chain of processor can be described as follows:
The output of this program is:
((A,3),(B,2),(C,1)) ((A,1),(B,7),(C,1)) ((A,4),(B,1),(C,2)) ((A,1),(B,8),(C,3)) ((A,6),(B,3),(C,5))
Definition at line 46 of file CsvReaderExample.java.