Relativity.Import.V1.Builders.DataSource
Namespace with 14 public types
Classes
DataSourceSettingsBuilder
Builder to help creating data source settings.
Interfaces
IColumnDelimitersSettings
Provides methods to set column delimiter.
ICultureInfoSettings
Methods to define culture info used in load file.
This affects the correctness of some value reading - ex:the date time reading.
The format for the culture name is based on RFC 4646 and BCP 47.\
ex: "en-US", "fr-FR","es-ES", "" - for invariant culture.
IDataSourceSettingsBuilder
Defines methods for creating data source settings based on
data source type - opticon load file or document-level load file.
IDelimitersForOpticon
Declares method that enable correct settings delimiters for opticon file.
IDelimitersSettings
Provides methods that enable setting the custom or default delimiters.
IEncodingSettings
Methods to define encoding of the load file.
IEndOfLineSettings
Methods to choose the EOF (End of file) standard used in load file.
IHeadersSettings
Methods indicating whether the first line of load file contains headers or not.
IMultiValueDelimitersSettings
Provides method to set multi value delimiter.
INestedValueDelimitersSettings
Provides method to set nested delimiter.
INewLineDelimitersSettings
Provides method to set the new line delimiter.
IQuoteDelimitersSettings
Provides method to set the quote delimiter.
IStartLineSettings
Methods used to select the first line in the load file that will be imported.