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

ImportStatusHelper

static class ImportStatusHelper
Defines static helper methods to perform common import status operations.
using Microsoft.VisualBasic; namespace Relativity.DataExchange.Service { internal static class ImportStatusHelper { public static string ConvertToMessageLineInCell(string message) { return $"""{message}{Strings.ChrW(10)}"; } } }