TextDataReaderSettings Properties

Spotfire 14.3 API Reference

The TextDataReaderSettings type exposes the following members.

Properties

  NameDescription
Public propertyAllowNewlinesInQuotedFields
Gets or sets a value indicating whether the data set has quoted fields which contain newline characters (that is, multi-line fields).
Public propertyCodePage
Gets or sets the code page.
Public propertyColumnNameConcatenation
Gets or sets the format string used to concatenate the column names if there are more than one column name row defined.
Public propertyColumnNameNullValueReplacement
Gets or sets the way an empty field is replaced if there are more than one name row.
Public propertyColumnNameNullValueReplacementString
Gets or sets the string used to replace empty fields when concatenation column names.
Public propertyColumnNameRows
Gets a readonly collection of column name rows.
Public propertyCommentPrefix
Gets or sets the string describing how a commented line starts.
Public propertyConstantFieldCount
Gets or sets the number of columns in the data set.
Public propertyCultureName
Gets or sets the name of the explicitly set culture. Example: "en-US" for English(United States) culture settings.
Public propertyDataTypesGivenName
Gets a mapping (Dictionary) between column names and column types.
Public propertyDefaultColumnName
Gets or sets the default column name. Add a "{0}" to get a 1-based index applied to the column name. If no "{0}" is added, one will be automatically appended to the end.
Public propertyHasQuoteChar
Gets or sets a value indicating whether the data set has quote characters. The quote character to use is set in QuoteChar.
Public propertyHasTrailingSeparator
Gets or sets a value indicating whether the data has trailing separator.
Public propertyIgnoreColumns
Gets a readonly collection of ignored columns.
Public propertyIgnoreRows
Gets a readonly collection of ignored rows.
Public propertyMinimumFieldCount
Gets or sets the minimum number of columns in the data set.
Public propertyNullValueDescriptor
Gets or sets the string describing how a null value will be described in the data set.
Public propertyQuoteChar
Gets or sets the quote character.
Public propertyQuoteCharEscape
Gets or sets the quote character escape sequence.
Public propertyReadOnly
Gets or sets a value indicating whether this instance is readonly.
Public propertySeparator
Gets or sets the separator string used to split the data set into fields.
Public propertyStartReadingRow
Gets or sets the row to start reading from.
Public propertyTypesRow
Gets or sets the types row.
Top
See Also

Reference