Spotfire.Dxp.Data.Import Namespace TIBCO Spotfire 7.12 API Reference
The Spotfire.Dxp.Data.Import namespace contains classes for importing data and base classes for extending DXP with new data import capabilities.
Classes

  Class Description
Public class DatabaseDataSource
Class for all ADO.Net data providers.
Public class DatabaseDataSourceSettings
Settings for the DatabaseDataSource class.
Public class DataSourceFactory
Base class for all factory classes that create DataSource instances.
Public class DataSourceFactoryT
Template DataSourceFactory.
Public class DataSourceTypeIdentifiers
Defines the type identifiers for built-in data sources.
Public class DataTableDataSource
This class exposes a DataTable as a DataSource. Using it, existing tables can be duplicated, transformed and accessed through add operations (for example adding rows and adding columns). Note that this data source can only be used when a document is present and there exists one or more tables to use as source.
Public class FileDataSource
Abstract base class for file data sources.
Public class FileDataSourceFactory
Base class for all factory classes that create FileDataSource instances.
Public class FileDataSourceFactoryT
Template FileDataSourceFactory.
Public class ImportContext
This is a context object that is used by a DataTransformation during import. It is used to gain access to the services provided by the application. It can be accessed from the AnalysisApplication object.
Public class InformationLinkDataSource
Data source for information links.
Public class InformationLinkDescriptor
Container class for information around InformationLink. InformationModelElementDescriptor for information on common element properties.
Public class InformationLinkDescriptorCollection
Collection of InformationLinkDescriptors
Public class InformationLinkParameter
Defines a runtime parameter in an information link execution.
Public class InformationModelElementDescriptor
Container class for metadata around InformationModel elements.
Public class SbdfFileDataSource
Data Source for SBDF files and streams.
Public class SbdfLibraryDataSource
A SBDF data source that loads data from the library.
Public class StdfFileDataSource
Data Source for STDF files and streams.
Public class TextDataReaderSettings
Settings for the TextFileDataSource class.
Public class TextFileDataSource
Data Source for delimited text files. Used when loading and saving linked data. Provides handle to a TextDataReader for text data retrieval.
Enumerations

  Enumeration Description
Public enumeration DataTableDataSourceUpdateBehavior
Represents the update behavior of a data table data source.
Public enumeration TextDataReaderSettingsColumnNameNullValueReplacementType
Defines how null values should be replaced.