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

Relativity.Import.V1.Models.Settings.FieldMapping

public class FieldMapping
Data source column and Relativity field mapping.
public int ColumnIndex { get; set; }

Gets or sets the index of the column in the data source (count from zero).

public bool ContainsFilePath { get; set; }

Gets or sets a value indicating whether the Extracted Text field contains a path to the extracted text file or contains the actual extracted text.

public bool ContainsID { get; set; }

Gets or sets a value indicating whether SingleObject or MultiObject field type contains ArtifactID or the actual text identifier.

public string Field { get; set; }

Gets or sets the name of the field in the Workspace.

public FieldMapping()