Skip to main content

Description

Similar to Template, but it prints or reads all names and types of columns and uses escaping rule from format_custom_escaping_rule setting and delimiters from the following settings:
It does not use escaping rules settings and delimiters from format strings.
There is also the CustomSeparatedIgnoreSpaces format, which is similar to TemplateIgnoreSpaces.

Example usage

Inserting data

Using the following txt file, named as football.txt:
Configure the custom delimiter settings:
Insert the data:

Reading data

Configure the custom delimiter settings:
Read data using the CustomSeparated format:
The output will be in the configured custom format:

Format settings

Additional settings:
Last modified on June 19, 2026