Skip to content

Commit

Permalink
optimize CsvSave Stop
Browse files Browse the repository at this point in the history
  • Loading branch information
judy0131 committed Apr 28, 2020
1 parent a887eef commit 06e4246
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ class CsvSave extends ConfigurableStop{
.name("header")
.displayName("Header")
.description("Whether the csv file has a header")
.defaultValue("")
.allowableValues(Set("true","false"))
.defaultValue("false")
.required(true)
.example("true")
.example("false")
descriptor = header :: descriptor

val delimiter = new PropertyDescriptor()
Expand Down

0 comments on commit 06e4246

Please sign in to comment.