Skip to main content
InputOutputAlias
TSVRawWithNames, RawWithNames

Description

Differs from the TabSeparatedWithNames 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 TabSeparatedRawWithNames format:
The output will be in tab separated format with a single line header:

Format settings

Last modified on July 2, 2026