Skip to content

Commit

Permalink
feat: csvReadFileDelimiter+csvWriteFileDelimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
hknokh2 committed Jan 27, 2023
1 parent 8efeed3 commit 5249c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/commands_processors/runCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export class RunCommand {

}


setupGlobalParameters() {
Common.csvReadFileDelimiter = this.script.csvReadFileDelimiter;
Common.csvWriteFileDelimiter = this.script.csvWriteFileDelimiter;
Expand Down

0 comments on commit 5249c7e

Please sign in to comment.