Skip to main content

Description

Differs from the TabSeparated format in that rows are written without escaping.
When parsing with this format, tabs or line-feeds are not allowed in each field.
For a comparison of the TabSeparatedRaw format and the RawBlob format see: Raw Formats Comparison

Example usage

Inserting data

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

Reading data

Read data using the TabSeparatedRaw format:
The output will be in tab separated format:

Format settings

Last modified on June 23, 2026