Class CSVImportIntoExistingTaskResult
Encapsulates the result of CSV Import.
Syntax
public class CSVImportIntoExistingTaskResult : TaskResult
Fields
EntryNum
The total number of entries in the CSV file.
Declaration
public int EntryNum
Type
Int32EntryWithErrorNum
The number of entries that cannon be built-up successfully from the CSV file.
Declaration
public int EntryWithErrorNum
Type
Int32ErrorMessage
The message of the exception that halted the import. For successful import this is null.
Declaration
public string ErrorMessage
Type
StringFailedToImportEntryNum
The number of entries that either couldnt be built-up successfully from the CSV file or couldnt be added to the TB.
Declaration
public int FailedToImportEntryNum
Type
Int32ImportedEntryNum
The number of entries that are added to the TB.
Declaration
public int ImportedEntryNum
Type
Int32NumberOfErrors
The total number or errors during the import process. One entry can have multiple errors.
Declaration
public int NumberOfErrors
Type
Int32NumberOfWarnings
The total number or warnings during the import process. One entry can have multiple warnings.
Declaration
public int NumberOfWarnings
Type
Int32ReportFileId
The ID for the report file that is generated on the server and can be downloaded.
Declaration
public Guid ReportFileId
Type
GuidRowNum
The total number or rows in the CSV file.
Declaration
public int RowNum