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

Relativity.Import.V1.Builders.DataSource.IEncodingSettings

public interface IEncodingSettings
Methods to define encoding of the load file.

Default encoding (UTF-8) will be applied.

Provides encoding of the load file as a string (WebName). ex: "utf-8", "utf-16" "utf-16BE", "Windows-1252". (Default UTF-8) Name CodePage WebName EncodingName utf-8 65001 utf-8 Unicode (UTF-8) utf-16 1200 utf-16 Unicode utf-16BE 1201 utf-16BE Unicode (Big-Endian) Windows-1252 1252 Windows-1252 Western European (Windows).