Uses of Class
com.hazelcast.jet.pipeline.file.CsvFileFormat
Package
Description
This package offers the
FileSourceBuilder
which allows you to construct various kinds of Pipeline
sources that read from local or distributed files.-
Uses of CsvFileFormat in com.hazelcast.jet.pipeline.file
Modifier and TypeMethodDescriptionstatic <T> CsvFileFormat<T>
Returns a file format for CSV files which specifies to deserialize each line into an instance of the given class.static CsvFileFormat<String[]>
Returns a file format for CSV files which specifies to deserialize each line intoString[]
.