Code Examples
A repository of 155 code examples for BeepBeep
tuples.CsvReaderExample Class Reference

Read tuples from a CSV file using the TupleFeeder processor. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Read tuples from a CSV file using the TupleFeeder processor.

Graphically, this chain of processor can be described as follows:

Processor graph

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))
Author
Sylvain Hallé Easy

Definition at line 46 of file CsvReaderExample.java.


The documentation for this class was generated from the following file: