2152f7a0 431a 26aa a433 348016cb191b - akesseler/Plexdata.CsvParser GitHub Wiki

CsvSettings.Textual Property

Enables or disables the textual mode. Default value is false.

Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

public bool Textual { get; set; }

Property Value

Type: Boolean
The Textual property allows to control text processing behavior.

Remarks

If true, then any textual data types are enclosed in double-quotes. This would overwrite the default behaviour. Default behaviour means that only those textual data types are enclosed in double-quotes which contain control characters such as the separator, carriage returns, line feeds, and/or double-quotes.

The textual treatment is only relevant for a CSV data export.

See Also

Reference

CsvSettings Class
Plexdata.CsvParser.Processors Namespace

⚠️ **GitHub.com Fallback** ⚠️