Relativity.Import.V1.Models.Sources.DataSourceSettings
Settings of the single data source, and how this load file will be read.
Gets or sets UNC/Absolute local path to the load file folder.
Gets or sets the delimiter used to separate one line of data into multiple columns.
Gets or sets the culture info. The format for the culture name is based on RFC 4646 and BCP 47 ex: "en-US".
Gets or sets the encoding of the load file as a string (WebName) ex: "utf-8", "utf-16" "utf-16BE", "Windows-1252". (Default UTF-8)
Name CodePage WebName EncodingName
utf-8 65001 utf-8 Unicode (UTF-8)
utf-16 1200 utf-16 Unicode
utf-16BE 1201 utf-16BE Unicode (Big-Endian)
Windows-1252 1252 Windows-1252 Western European (Windows).
Gets or sets the end of line standard used in load file. (Default Windows - 0).
Gets or sets a value indicating whether the first line of load file contains column names.
Gets or sets delimiter used to separate multiple values, such as different single-choice field values.
Gets or sets delimiter used to separate nested values, such as choices or child choices on a multi-choice field.
Gets or sets the delimiter that marks the end of a line in any extracted or long text field.
Gets or sets path to the load file used to import data.
Gets or sets the delimiter that marks the beginning and end of each field.
Gets or sets the line number from which the import will start and skip the lines before. (Default 0).
Gets or sets the type of the load file. (Default Unknown - 0).
public DataSourceSettings()