Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Data.Import.TextDataReaderSettings class.
Gets or sets a value indicating whether the data set has quoted fields which contain newline characters (that is, multi-line fields).
Gets or sets the code page.
Gets or sets the format string used to concatenate the column names if there are more than one column name row defined.
Gets or sets the way an empty field is replaced if there are more than one name row.
Gets or sets the string used to replace empty fields when concatenation column names.
Gets a readonly collection of column name rows.
Gets or sets the string describing how a commented line starts.
Gets or sets the number of columns in the data set.
Gets or sets the name of the explicitly set culture. Example: "en-US" for English(United States) culture settings.
Gets a mapping (Dictionary) between column names and column types.
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.
Gets or sets a value indicating whether the data set has quote characters. The quote character to use is set in Spotfire.Dxp.Data.Import.TextDataReaderSettings.QuoteChar.
Gets or sets a value indicating whether the data has trailing separator.
Gets a readonly collection of ignored columns.
Gets a readonly collection of ignored rows.
Gets or sets the minimum number of columns in the data set.
Gets or sets the string describing how a null value will be described in the data set.
Gets or sets the quote character.
Gets or sets the quote character escape sequence.
Gets or sets a value indicating whether this instance is readonly.
Gets or sets the separator string used to split the data set into fields.
Gets or sets the row to start reading from.
Gets or sets the types row.
Adds the provided row to the list of column name rows.
The row to add.
Adds the provided rows to the list of column name rows.
The rows to add.
Adds the provided column to the list of ignored columns.
The column to add.
Adds the provided columns to the list of ignore columns.
The columns to add.
Adds the provided row to the list of ignored rows.
The row to add.
Adds the provided rows to the list of ignored rows.
The rows to add.
Adds a column to the list of percent columns.
The column to add.
Clears the list of column names. If the clearPersisted flag is false, the persisted names are kept.
A value indicating whether the persisted column names should be cleared as well.
Clears the list of data types. If the clearPersisted flag is false, the persisted data types are kept.
A value indicating whether the persisted data types should be cleared as well.
Clears the list of formatters. If the clearPersisted flag is false, the persisted formatters are kept.
A flag to specify if the persisted formatters should be cleared as well.
Makes a clone of the settings object.
A clone of this settings object.
Gets the name for a specific column.
The column to get the name for.
The column name if found; otherwise null.
Gets the offset for the column, that is the count of ignored columns prior to this column. This is used when reading the data in Spotfire.Dxp.Data.Import.TextDataReader.
The column to get the offset for.
The offset.
Gets the Spotfire.Dxp.Data.DataType for a specific column.
The column to return the Spotfire.Dxp.Data.DataType for.
Gets the Spotfire type for the specified column.
The column.
The Spotfire type
Gets the Spotfire.Dxp.Data.Formatters.IDataFormatter for the provided column.
The column to get the formatter for.
A Spotfire.Dxp.Data.Formatters.IDataFormatter; otherwise null.
Gets the invariant currency symbol, if one exists.
The column to get the invariant currency symbol for.
The invariant currency symbol, or null if there was none..
Gets the parser that will be used to parse this column. If none has been set, System.Globalization.NumberStyles.None will be returned.
The column to get the parser for.
A specified System.Globalization.NumberStyles object, or System.Globalization.NumberStyles.None.
Returns true if there are any type or name rows with higher number than the provided row number.
True if more headers exists.
Returns true if the provided column is present in the list of percent columns.
The column to look for.
True if the column existed in the list.
Removes the column name from the list of column names.
The column to remove the name for.
Removes the provided rows from the list of column name rows.
The rows to remove.
Removes the stored data type for the specified column.
The column to remove the data type for.
Removes the Spotfire.Dxp.Data.Formatters.IDataFormatter for the provided column.
The column to remove the Spotfire.Dxp.Data.Formatters.IDataFormatter for.
Removes the provided columns to the list of ignored columns.
The columns to remove.
Removes the provided rows from the list of ignored rows.
The rows to remove.
Removes the parser for the provided column from the list of parsers, if it exists.
The column to remove the parser for.
Removes the provided column from the list of percent columns, if it exists.
The column to remove.
Explicitly sets the Spotfire.Dxp.Data.DataType of a column.
The column to set the type for.
The Spotfire.Dxp.Data.DataType to set the column to.
Sets the Spotfire.Dxp.Data.Formatters.IDataFormatter for the provided column.
The column to set the Spotfire.Dxp.Data.Formatters.IDataFormatter for.
Sets the parser to use for the provided column.
The column to set parser for.
The parser.
Static
ValidateValidates the data type string, and if valid return the corresponding data type, otherwise returns Undefined.
A string representation of a data type.
Returns the data type if the input string is valid, otherwize; Undefined.
Static
VerifyVerifies if the string is a valid default column name string.
The string to test.
true if the string is valid, otherwise false.
Verifies if the string is a valid default column name string.
true if the string is valid, otherwise false.
Settings for the Spotfire.Dxp.Data.Import.TextFileDataSource class.
Since
2.0