Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference

Skip Navigation LinksHome»Documentation»Reference»Extreme.Data.Text»DelimitedTextOptions Class

DelimitedTextOptions Class

Extreme Optimization Numerical Libraries for .NET Professional
Represents the options available when reading and writing delimited text files.
Inheritance Hierarchy

SystemObject
  Extreme.DataTextOptions
    Extreme.Data.TextDelimitedTextOptions

Namespace:  Extreme.Data.Text
Assembly:  Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
Syntax

C#
VB
C++
F#
Copy
public class DelimitedTextOptions : TextOptions
Public Class DelimitedTextOptions
	Inherits TextOptions
public ref class DelimitedTextOptions : public TextOptions
type DelimitedTextOptions =  
    class
        inherit TextOptions
    end

The DelimitedTextOptions type exposes the following members.

Constructors

  NameDescription
Public methodDelimitedTextOptions(IFormatProvider, Boolean, Boolean, Int32, Int32, Type, Char, String, QuoteUsage, Char, QuoteEscapeMethod, Char, Boolean)
Constructs a new set of options for delimited text files.
Public methodDelimitedTextOptions(IFormatProvider, Boolean, Boolean, Int32, Int32, Type, Char, String, QuoteUsage, Char, QuoteEscapeMethod, Char, Boolean, AutoCategorization, Int32)
Constructs a new set of options for delimited text files.
Top
Properties

  NameDescription
Public propertyAutoCategorize
Gets which columns in a data frame are automatically converted to categorical variables.
(Inherited from TextOptions.)
Public propertyColumnDelimiter
Gets the character used to separate columns.
Public propertyColumnHeaders
Gets whether the first row contains column headers.
(Inherited from TextOptions.)
Public propertyCulture
Gets the culture of the data file.
(Inherited from TextOptions.)
Public propertyDateTimeFormat
Gets an object that specifies how numeric values are parsed and formatted.
(Inherited from TextOptions.)
Public propertyDecimalType
Gets the type used to represent numbers with decimals.
(Inherited from TextOptions.)
Public propertyEndOfLine
Gets the string used to terminate a line.
Public propertyEscapeCharacter
Gets the character used to escape quote values.
Public propertyFormatProvider
Gets an object that provides information on how to parse strings and format values.
(Inherited from TextOptions.)
Public propertyInferenceRows
Gets the number of rows used to infer the type of columns.
(Inherited from TextOptions.)
Public propertyMaxCategories
Gets the largest number of distinct levels for a column to be considered categorical.
(Inherited from TextOptions.)
Public propertyMergeConsecutiveDelimiters
Gets the character used to separate columns.
Public propertyNumberFormat
Gets an object that specifies how dates and times are parsed and formatted.
(Inherited from TextOptions.)
Public propertyQuote
Gets a QuoteUsage value that specifies when fields should be quoted.
Public propertyQuoteCharacter
Gets the character used to quote values.
Public propertyQuoteEscapeMethod
Gets the method used to represent the quote character in quoted fields.
Public propertyRowHeaders
Gets whether the first column contains row headers.
(Inherited from TextOptions.)
Public propertyStartRow
Gets the 1-based index of the first row.
(Inherited from TextOptions.)
Top
Methods

  NameDescription
Public methodStatic memberCsvForCulture
Represents the options for reading and writing CSV files using the specified culture's list separator.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetExcludedColumns
Returns an array containing the indexes of the columns that are excluded from the matrix.
(Inherited from TextOptions.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetExcludedColumns
Sets the columns that are to be excluded from the matrix.
(Inherited from TextOptions.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithAutoCategorization
Returns an options object with the AutoCategorize and MaxCategories properties changed to the specified values.
Public methodWithColumnDelimiter
Returns an options object with the ColumnDelimiter property changed to the specified value.
Public methodWithEndOfLine
Returns an options object with the EndOfLine property changed to the specified value.
Public methodWithEscapeCharacter
Returns an options object with the EscapeCharacter property changed to the specified value.
Public methodWithQuote
Returns an options object with the Quote property changed to the specified value.
Public methodWithQuoteCharacter
Returns an options object with the QuoteCharacter property changed to the specified value.
Public methodWithQuoteEscapeMethod
Returns an options object with the QuoteEscapeMethod property changed to the specified value.
Top
Fields

  NameDescription
Public fieldStatic memberCsv
Represents the options for reading and writing standard CSV files that include column headers.
Public fieldStatic memberCsvWithoutHeader
Represents the options for reading and writing standard CSV files that do not include column headers.
Public fieldStatic memberTsv
Represents the options for reading and writing standard tab-separated values (TSV) files that include column headers.
Public fieldStatic memberTsvWithoutHeader
Represents the options for reading and writing standard tab-separated values (TSV) files that do not include column headers.
Top
See Also

Reference

Extreme.Data.Text Namespace

Copyright (c) 2004-2023 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2023, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.