IFilterCreateAndLoadNewImporterJob Method

Closes the current job and creates a new ODB++ Job in the WorkingDirectory\ImporterSubdirectoy\JobName directory The JobName might be adapted if the original name already exists (e.g. JobName_2) FinishDataImporter() must be called after the importer finished

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool CreateAndLoadNewImporterJob(
	FormatTypes dataFormat,
	string jobName,
	string stepName,
	string importFilePath,
	out string error
)

Parameters

dataFormat  FormatTypes
format type
jobName  String
The name of the new Job.
stepName  String
One step will be created with this name.
importFilePath  String
full path of the imported file
error  String
Error string or empty

Return Value

Boolean
true if successful

See Also