<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

ImportLoadFileProcess

protected virtual IoReporterContext _IoReporterContext { get; protected set; }

protected virtual BulkLoadFileImporter _loadFileImporter { get; protected set; }

public string BulkLoadFileFieldDelimiter { get; set; }

Gets or sets the delimiter to use to separate fields in the bulk file created in this process. Line delimiters will be this value plus a line feed.

public bool CloudInstance { get; set; }

public string FileNameColumn { get; set; }

public string FileSizeColumn { get; set; }

public bool FileSizeMapped { get; set; }

public bool LoadImportedFullTextFromServer { get; set; }

public int? MaximumErrorCount { get; set; }

public string OIFileIdColumnName { get; set; }

public bool OIFileIdMapped { get; set; }

public string OIFileTypeColumnName { get; set; }

public bool? SkipExtractedTextEncodingCheck { get; set; }

public string SupportedByViewerColumn { get; set; }

public int TimeZoneOffset { get; set; }

public ImportLoadFileProcess(Func<string> correlationIdFunc)

public ImportLoadFileProcess(IMetricService metricService, IRunningContext runningContext, Func<string> correlationIdFunc)

public ImportLoadFileProcess(IMetricService metricService, IRunningContext runningContext, ILog logger, Func<string> correlationIdFunc)