<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

GenericCsvReader2

Represents an exception that occured while attempting to import data.
public bool Eof { get; }

Gets a value indicating whether the end of the file has been reached.

public GenericCsvReader2(string file, bool retry)

Initializes a new instance of the GenericCsvReader2 class.

public GenericCsvReader2(string file, Encoding encoding, bool retry)

Initializes a new instance of the GenericCsvReader2 class.

public GenericCsvReader2(string file, ILog logger, CancellationToken token)

Initializes a new instance of the GenericCsvReader2 class.

public GenericCsvReader2(string file, IoReporterContext context, ILog logger, CancellationToken token)

Initializes a new instance of the GenericCsvReader2 class.

public GenericCsvReader2(string file, Encoding encoding, IoReporterContext context, ILog logger, CancellationToken token)

Initializes a new instance of the GenericCsvReader2 class.

public string[] ReadLine()

Reads the next line of the file.