Skip to content

Commit

Permalink
add csv_when description
Browse files Browse the repository at this point in the history
Signed-off-by: Katherine Shen <katshen@amazon.com>
  • Loading branch information
shenkw1 committed Jul 18, 2024
1 parent e1a994a commit e05304b
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 e05304b

Please sign in to comment.