Skip to main content
Skip to main content

TabSeparatedRawWithNames

InputOutputAlias
TSVRawWithNames, RawWithNames

Description

Differs from the TabSeparatedWithNames format, in that the rows are written without escaping.

note

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