Uploader Client-Side Validation
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:
Data Validators - Custom validation functions that perform validations for a single field
Checking for duplicate values in a field - Using Data Validator to check for duplicate values in a field
Dropdown Controlled Fields - Allows the end user to access a limited list of valid options for a specific field
Dynamic Dropdown Options - 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
Interaction Dropdown with Validation Functions - Combines the functionality of both data validators and dropdown controlled fields. Enforcing the valid options of dropdown controlled fields with error messaging
Last updated