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