ImportBulkArtifactJob
Provides the functionality for importing Artifacts into a workspace, setting import parameters, loading data, and retrieving messages from the OnMessage event.
Gets or sets the field delimiter to use when writing
out the bulk load file. Line delimiters will be this value plus a line feed.
Gets or sets the current settings for the import job.
Represents an instance of the SourceIDataReader, which contains data for import. This property is required.
Occurs when all the data for an import job has been processed. Raised at the end of an import.
Occurs when an error is found.
Occurs when an import job suffers a fatal exception and aborts. Raised at the end of an import.
Occurs when a call is made to the Execute method. This event contains a status message.
Occurs when a status message needs to be presented to the user related to the Process.
Occurs when a record has been processed.
public ImportBulkArtifactJob()
Creates a new job to import Artifacts in bulk.
Executes the DataReaderClient, which operates as an iterator over a data source.
Exports the error file for an import job. This file is written only when errors occur.
Exports the error log file for an import job. This file is written only when errors occur.
Validates Relativity, delimiter, native file, and extracted text settings.