Skip to content

Commit

Permalink
NIFI-12674 Changed validation attribute option name
Browse files Browse the repository at this point in the history
Co-authored-by: dan-s1 <[email protected]>
  • Loading branch information
Freedom9339 and dan-s1 authored Feb 13, 2024
1 parent f572bd7 commit 8fd6fc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ public class ValidateCsv extends AbstractProcessor {
.build();

public static final PropertyDescriptor VALIDATION_ATTRIBUTE = new PropertyDescriptor.Builder()
.name("validate-csv-attribute")
.displayName("Validation attribute")
.name("Validation Attribute")
.displayName("Validation Attribute")
.description("FlowFile attribute to validate. The value of this attribute will be treated as CSV text.")
.required(true)
.dependsOn(VALIDATION_STRATEGY, VALIDATE_ATTRIBUTE_AS_CSV)
Expand Down

0 comments on commit 8fd6fc4

Please sign in to comment.