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

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 long text field contains a path to the file or contains the actual text value.

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 Encoding { get; set; }

Gets or Sets the encoding of files linked in data source.

public string Field { get; set; }

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

public int? FileSizeColumnIndex { get; set; }

Gets or sets the index of the column in the data source (count from zero) which contains size of the linked file.

public bool MayContainTranscript { get; set; }

Gets or sets a value indicating whether the field may contain a transcript CSV file.

public FieldMapping()