Skip to main content
Skip to main content

TabSeparatedRawWithNamesAndTypes

InputOutputAlias
TSVRawWithNamesAndNames, RawWithNamesAndNames

Description

Differs from the TabSeparatedWithNamesAndTypes 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 TabSeparatedRawWithNamesAndTypes format:

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

Format Settings