Fixed double quotes issue in data generated for 'Message' column.

This commit is contained in:
minwal 2021-02-22 12:25:49 +11:00
Родитель 5c0a94a64f
Коммит 01dae92d5f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -14,8 +14,8 @@
};
public const string IngestCommand = "$$IngestionCommand table={0} format={1}";
public const string DownloadEvent = "Downloading file path: {0}";
public const string IngestionCompletion = "IngestionCompletionEvent: finished ingestion file path: {0}";
public const string DownloadEvent = "\"Downloading file path: {0}\"";
public const string IngestionCompletion = "\"IngestionCompletionEvent: finished ingestion file path: {0}\"";
public const string CompletedMessage = "Completion Report (HttpPost.ExecuteAsync): Completed with HttpResponseMessage StatusCode={0}";
public static readonly string[] FileFormats = new string[] { "csv", "json", "parquet", "avro" };