Click or drag to resize

IDataFileImporter Interface

Interface for a data file importer, such as import of Ascii, SPC, JCAMP, SPA etc. This does not cover files that contain full projects

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public interface IDataFileImporter

The IDataFileImporter type exposes the following members.

Methods
 NameDescription
Public methodCheckOrCreateImportOptions Checks the import options. If the provided object is a valid import options object, then this object is returned. Otherwise, a new import options object is created.
Public methodCreateTableDataSource Creates the table data source.
Public methodGetFileExtensions Gets the file extensions.
Public methodGetProbabilityForBeingThisFileFormat Gets the probability for being this file format.
Public methodImport(IReadOnlyListString, ImportOptionsInitial) Imports the specified file names according to the initial options into new tables.
Public methodImport(IReadOnlyListString, DataTable, Object, Boolean) Imports the specified file name into a table.
Top
See Also