Uploader Client-Side Validation
Last updated
Was this helpful?
Last updated
Was this helpful?
Osmos has designed several validation functions specific to Osmos Uploader to ensure uploaded data is correctly formatted, mapped, and ready to use.
Osmos supports four varieties of data validators which are added to schema fields in the code snippet directly:
- Custom validation functions that perform validations for a single field
- Using Data Validator to check for duplicate values in a field
- Allows the end user to access a limited list of valid options for a specific field
- In addition to the valid options, it is possible to dynamically pick the options to be displayed in a given dropdown for a field based on the input values of another field
- Combines the functionality of both data validators and dropdown controlled fields. Enforcing the valid options of dropdown controlled fields with error messaging