Simba.Data
Simba.Data.Analysis.ImportSignalFileJob
ImportSignalFileJob(string, CSVFormat, IProgress\<AnalysisProgress>) Constructor
Creates a CSV import job.
1 | |
Parameters
importFilePath System.String
Path to a CSV file with a header row and invariant-culture numeric values.
csvFormat CSVFormat
Column layout of the CSV file.
progress System.IProgress<AnalysisProgress>
Optional receiver for progress and import errors.