Skip to main content
Skip to main content

TabSeparatedWithNamesAndTypes

InputOutputAlias
TSVWithNamesAndTypes, RawWithNamesAndTypes

Description

Differs from the TabSeparated format in that the column names are written to the first row, while the column types are in the second row.

note

Example Usage

Inserting Data

Using the following tsv file, named as football.tsv:

Insert the data:

Reading Data

Read data using the TabSeparatedWithNamesAndTypes format:

The output will be in tab separated format with two header rows for column names and types:

Format Settings