Added more saveAsCsv options (#2099)

Fixes #203
Options:
lineSeperator
textIdentifier
encoding
This commit is contained in:
Sebastian Pfliegel
2018-08-02 04:51:31 +02:00
committed by Karl Burtram
parent 3e47b27192
commit 49e20488bc
3 changed files with 30 additions and 0 deletions

3
src/sql/sqlops.d.ts vendored
View File

@@ -848,6 +848,9 @@ declare module 'sqlops' {
columnEndIndex: number;
includeHeaders?: boolean;
delimiter?: string;
lineSeperator?: string;
textIdentifier?: string;
encoding?: string;
}
export interface SaveResultRequestResult {