We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b392d commit b42b0f8Copy full SHA for b42b0f8
1 file changed
src/modules/models/script_models/script.ts
@@ -98,7 +98,7 @@ export default class Script implements IAppScript, ISfdmuRunScript {
98
proxyUrl: string;
99
csvReadFileDelimiter: ',' | ';' = ",";
100
csvWriteFileDelimiter: ',' | ';' = ",";
101
- useSeparatedCSVFiles: false;
+ useSeparatedCSVFiles: boolean = false;
102
103
binaryDataCache: DATA_CACHE_TYPES = DATA_CACHE_TYPES.InMemory;
104
sourceRecordsCache: DATA_CACHE_TYPES = DATA_CACHE_TYPES.InMemory;
0 commit comments