Note: This API is now obsolete.
Gets or sets the field delimiter to use when writing
out the bulk load file. Line delimiters will be this value plus a line feed.
Namespace: kCura.Relativity.DataReaderClient
Assembly: Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax
[ObsoleteAttribute("TODO: Use the Settings class version instead")] public string BulkLoadFileFieldDelimiter { get; set; }
Property Value
Type: StringExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if value is null or String.Empty. |
See Also