See: Description
Class | Description |
---|---|
TextJsonTable |
TextJsonTable is a BeamSqlTable that reads text files and converts them according
to the JSON format. |
TextTable |
TextTable is a BeamSqlTable that reads text files and converts them according to
the specified format. |
TextTableProvider |
Text table provider.
|
TextTableProvider.CsvToRow |
Read-side converter for
TextTable with format 'csv' . |
TextTableProvider.LinesReadConverter |
Read-side converter for
TextTable with format 'lines' . |
TextTableProvider.LinesWriteConverter |
Write-side converter for for
TextTable with format 'lines' . |