DMListImportSource Class |
The DMListImportSource type exposes the following members.
| Name | Description | |
|---|---|---|
| CodePage | Specify how string data is to be derived from bytes or files when uploading non-string data.
Sample values that can be passed: For UTF8 : 65001, Unicode : 1200 , BigEndian: 1201
, UTF32: 12000, UTF7: 65000, US ASCII : 20127, ISO 8859-1 : 1252
|
| Name | Description | |
|---|---|---|
| ColumnHeaders | If format is DMSF_CSV this specifies that the first row is column headers. | |
| Columns | For column-based formats, specifies the columns in the order they appear in the source data. | |
| Created | Date and time this source was created. | |
| Delimiter | If format is DMSF_CSV this specifies the delimiter, otherwise it is ignored. | |
| Description | Description for this Source. | |
| Encryption |
What encryption format is used on the data
| |
| EncryptionPassPhrase |
Passphrase to be used to decrypt data
| |
| EncryptionPrivateKey |
Private key to be used to decrypt data
| |
| EncryptionPublicKey |
Public key used to encrypt the data
| |
| EncryptionSetup |
An enum describing how this encryption in this import source was created [if applicable]
| |
| FileExt | Extension of the file that was used to create the import source. | |
| Format | Format of source data. | |
| ID | ID of this source object - "SourceID". | |
| Modified | Date and time this source was last modified. | |
| Name | Text to be associated with this source. | |
| PaddingChar | This is applicable only for Fixed Width Format. Pass space if not sure. | |
| SourceCompressionFormat | If content is compressed, then the format for the compression. Example:GZip | |
| TextQualifier | If format is DMSF_CSV this specifies the text-qualifier, otherwise it is ignored. | |
| VerifyHeaders |
When specified the headers found in the data will be compared to the expected headers
provided in Columns[] - if there is a mismatch an exception will be raised. If ColumnHeaders is false
this property is ignored.
| |
| ZipPassword | Specify a password if source data is zipped and password protected. |