Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Katherine Shen <[email protected]>
  • Loading branch information
shenkw1 committed Nov 25, 2024
1 parent 3030d37 commit 0b6f27f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class CsvProcessorConfig {
@JsonPropertyDescription("The character separating each column. Default value is <code>,</code>.")
private String delimiter = DEFAULT_DELIMITER;

@JsonProperty(value = "delete_header", defaultValue = DEFAULT_DELETE_HEADERS)
@JsonProperty(value = "delete_header", defaultValue = "true")
@JsonPropertyDescription("If specified, the event header (<code>column_names_source_key</code>) is deleted after the event " +
"is parsed. If there is no event header, no action is taken. Default value is true.")
private Boolean deleteHeader = DEFAULT_DELETE_HEADERS;
Expand Down

0 comments on commit 0b6f27f

Please sign in to comment.