Skip to main content
InputOutputAlias
TSVRawWithNamesAndTypes, RawWithNamesAndTypes

Description

Differs from the TabSeparatedWithNamesAndTypes format, in that the rows are written without escaping.
When parsing with this format, tabs or line-feeds are not allowed in each field.

Example usage

Inserting data

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

Reading data

Read data using the TabSeparatedRawWithNamesAndTypes format:
The output will be in tab separated format with two header rows for column names and types:

Format settings

Last modified on July 2, 2026