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

Relativity.Import.V1.Builders.Documents.IWithField

public interface IWithField
Provides methods allowing add new fields into field mapping table.

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.

IWithField WithField(int columnIndex, string field)

Adds a new field into fields mapping table.

IWithField WithObjectFieldContainingArtifactID(int columnIndex, string field)

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.