TabularOutputFile

constructor(tabularData: TabularData, path: Path)

Uses tabularData as the schema pattern for defining the columns and their data types


constructor(columnTypes: Map<String, DataType>, path: Path)

Parameters

columnTypes

a map that defines the column names and their data types

path

the path to the file for writing the data