What are different plugins we can use for validating data apart from data validator plugin
Hi Amit,
Apart from the Data Validator step, you can use the following options to validate data based on data type and business logic:
Built-in Validation Steps
-
Mail Validator – Validates email address format.
-
XSD Validator – Validates XML data against an XSD schema.
Other Common Validation Approaches
-
Modified JavaScript Value – Used for custom and complex business rule validations.
-
Filter Rows – Helps separate valid and invalid records based on defined conditions