All Implemented Interfaces:
Serializable, BeamSqlTable
Direct Known Subclasses:
TextJsonTable

@Internal public class TextTable extends SchemaBaseBeamTable
TextTable is a BeamSqlTable that reads text files and converts them according to the specified format.

Support formats are "csv" and "lines".

CSVFormat itself has many dialects, check its javadoc for more info.

See Also: