Ascii |
public class AsciiImportOptions : IImmutable, IEquatable<AsciiImportOptions>
The AsciiImportOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AsciiImportOptions | Initializes a new instance of the AsciiImportOptions class with default properties. |
| Name | Description | |
|---|---|---|
| CodePage | Gets or sets the code page that is used to recognize the Ascii data. To use the system default code page, set this property to 0. | |
| DateTimeFormatCulture | Gets or sets the culture that formats date/time values. | |
| DetectEncodingFromByteOrderMarks | If true, the encoding is detected from the byte order marks (BOM). If no BOM is present, the encoding according to the CodePage property is used, or, if also not available, the standard encoding. | |
| Encoding | Gets the encoding. You can set the Encoding setting the CodePage (see CodePage). | |
| HeaderLinesDestination | Designates the destination of main header lines. This option must be set programmatically or by user interaction. | |
| ImportMultipleStreamsVertically | Gets or sets a value indicating whether the import of multiple streams in one table should be horizontally oriented (in more columns) or vertically oriented (in more rows). | |
| IndexOfCaptionLine | Index of the line, where we can extract the column names from. ATTENTION: this value is zero based, i.e. if the caption is in the first line, the value is 0. If the value is unkown, the value is null. | |
| IsFullySpecified | Gets a value indicating whether everything is fully specified now, so that the instance can be used to import Ascii data. If this value is false, the Ascii data have to be analyzed in order to find the missing values. | |
| NumberFormatCulture | Gets or sets the culture that formats numbers. | |
| NumberOfMainHeaderLines | Number of lines to skip (the main header). | |
| RecognizedStructure | Structure of the main part of the file (which data type is placed in which column). | |
| RenameColumns | If true, rename the columns if 1st line contain the column names. This option must be set programmatically or by user interaction. | |
| RenameWorksheet | If true, rename the worksheet to the data file name. This option must be set programmatically or by user interaction. | |
| ReuseColumnNames | Gets a value indicating whether to reuse the column names from the table in which the data will be imported. | |
| ReuseGroupNumbers | Gets a value indicating whether to reuse the group numbers from the table in which the data will be imported. | |
| SeparationStrategy | Method to separate the tokens in each line of ascii text. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetDefaultCodePage | Gets the default code page for this System. On Windows, this is the ANSI code page, on other systems, it is the default code page. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |