<PackageReference Include="Relativity.Import.Models.SDK" Version="1.1.14" />

Relativity.Import.V1.Builders.DataSource.IDataSourceSettingsBuilder

public interface IDataSourceSettingsBuilder
Defines methods for creating data source settings based on data source type - opticon load file or document-level load file.
IDelimitersSettings ForLoadFile(string path, string absoluteLocalFolderPath = null)

Creates data source settings with data type set to load file (non image). For this data type the custom delimiters can be set.

IDelimitersForOpticon ForOpticonFile(string path, string absoluteLocalFolderPath = null)

Creates data source settings with data type set to opticon (image import). For opticon file only default (fixed) delimiters settings are used.