mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-18 01:25:41 -05:00
Added support for specifying delimiter while exporting query results as CSV (#653)
This commit is contained in:
committed by
Matt Irvine
parent
ebaec9c319
commit
77a08b4bdd
@@ -77,6 +77,11 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
|
||||
/// Include headers of columns in CSV
|
||||
/// </summary>
|
||||
public bool IncludeHeaders { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Delimeter for separating data items in CSV
|
||||
/// </summary>
|
||||
public string Delimiter { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user