DataReaderImporter
public DataReaderImporter(DataReaderLoadFile loadFile, ProcessContext context, IIoReporter ioReporterInstance, ILog logger, string bulkLoadFileFieldDelimiter, CancellationTokenSource tokenSource, Func<string> correlationIdFunc, IRunningContext runningContext = null)
Constructs a new importer that loads the provided loadFile
and responds to events fired on the provided context.
public DataReaderImporter(DataReaderLoadFile loadFile, ProcessContext context, IIoReporter ioReporterInstance, ILog logger, string bulkLoadFileFieldDelimiter, string temporaryLocalDirectory, CancellationTokenSource tokenSource, bool initializeArtifactReader, Func<string> correlationIdFunc, IRunningContext runningContext = null)
Constructs a new importer that loads the provided loadFile
and responds to events fired on the provided context.