CopyFromImportFileOptions class

Estimated reading time: 2 minutes

Provides options for copying data from an import file.

Namespace: ASNA.DataGate.Client.CopyData Assembly: ASNA.QSys.DataGate.Client.dll

Inheritance: Object

Remarks

This class encapsulates various options that control how data is copied from an import file. These options include the starting and ending record numbers for the operation, the delimiters used for separating fields and records, the option for removing blank spaces from the fields, the file and member names for storing error records, and the option for replacing null values.



Properties

Type Name Description
Char DefaultDelimiter Represents the default delimiter used for separating fields in the import file.
Char DefaultStringDelimiter Represents the default delimiter used for encapsulating string fields in the import file.
String ErrorFile Path to a file that contains output for error messages
String ErrorRecordFile Gets or sets the file name for storing error records during the import operation.
String ErrorRecordMember Gets or sets the member name for storing error records during the import operation.
Delimiter FieldDelimiter Gets or sets the delimiter used for separating fields in the import file.
Int32 FromRecord Gets or sets the starting record number for the import operation.
String LogFile Path to a file that contains output for operation
CopyMemberOptions MemberOptions Gets or sets the options for copying members.
CopyFromImportFileOptions NewOptions Creates a new instance of the class with default settings.
Delimiter RecordDelimiter Gets or sets the delimiter used for separating records in the import file.
RemoveBlankOption RemoveBlanks Gets or sets the option for removing blank spaces from the fields in the import file.
Boolean ReplaceNullValues Gets or sets the option for replacing null values in the import file.
Int32 STAR_END Represents the ending record number for operations.
Int32 STAR_FIRST_INT Represents the starting record number for operations.
String STAR_FIRST_STR Represents the starting record identifier for operations.
String STAR_NONE Represents the absence of a value.
Delimiter StringDelimiter Gets or sets the delimiter used for encapsulating string fields in the import file.
Int32 ToRecord Gets or sets the ending record number for the import operation.