Hisoka-X commented on code in PR #9445:
URL: https://github.com/apache/seatunnel/pull/9445#discussion_r2234764521


##########
docs/en/transform-v2/data-validator.md:
##########
@@ -0,0 +1,333 @@
+# DataValidator
+
+> Data validation transform plugin
+
+## Description
+
+The DataValidator transform validates field values according to configured 
rules and handles validation failures based on the specified error handling 
strategy. It supports multiple validation rule types including null checks, 
range validation, length validation, and regex pattern matching.
+
+## Options
+
+|      name       |  type  | required | default value |
+|-----------------|--------|----------|---------------|
+| error_handle_way| enum   | no       | FAIL          |

Review Comment:
   ```suggestion
   | row_error_handle_way| enum   | no       | FAIL          |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to