public class CSVTupleMaker extends AbstractTupleMaker<String>
TupleMaker| Modifier and Type | Field and Description | 
|---|---|
static CSVTupleMaker | 
MAKER
Static  
CSVTupleMaker instance suitable as argument to Enqueuer and Expecter
 methods that need a TupleMaker. | 
| Constructor and Description | 
|---|
CSVTupleMaker(CSV.FormatInfo format)  | 
| Modifier and Type | Method and Description | 
|---|---|
Tuple | 
createTuple(Schema schema,
           String str)
create a  
Tuples from an input object | 
createTuples, createTuplespublic static final CSVTupleMaker MAKER
CSVTupleMaker instance suitable as argument to Enqueuer and Expecter
 methods that need a TupleMaker. This instance will parse CSV using CSV.DEFAULT_FORMAT.public CSVTupleMaker(CSV.FormatInfo format)
public Tuple createTuple(Schema schema, String str) throws StreamBaseException
TupleMakerTuples from an input objectcreateTuple in interface TupleMaker<String>createTuple in class AbstractTupleMaker<String>schema - the schema for the tuplestr - the input data to build it fromStreamBaseExceptionCopyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.