We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7b392d + b42b0f8 commit cadd1a7Copy full SHA for cadd1a7
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