Relativity.Import.V1.Builders.Documents.IWithField
Provides methods allowing add new fields into field mapping table.
IWithField WithExtractedTextField(int columnIndex, Func<IWithContainsFilePaths, IFinalInnerBuilder> nestedBuilderAction)
Adds a new field into fields mapping table as an extracted text.
Use inner setting builder to determine whether extracted text is in load file or separate file.
Adds a new field into fields mapping table.
Adds a new field into fields mapping table. Used for SingleObject or MultiObject field type contains ArtifactID or the actual text identifier.
Value in the data source (in column defined by column index) should contain ArtifactId of existing objects in the Workspace. Not existing objects should be created before.