Skip to content

Commit

Permalink
add csv_when description
Browse files Browse the repository at this point in the history
  • Loading branch information
shenkw1 committed Jul 17, 2024
1 parent a19040c commit 55d16fe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ public class CsvProcessorConfig {
private List<String> columnNames;

@JsonProperty("csv_when")
@JsonPropertyDescription("Allows you to specify a [conditional expression](https://opensearch.org/docs/latest/data-prepper/pipelines/expression-syntax/), " +
"such as `/some-key == \"test\"`, that will be evaluated to determine whether " +
"the processor should be applied to the event.")
private String csvWhen;

/**
Expand Down

0 comments on commit 55d16fe

Please sign in to comment.