Uploader Validation Summary
Osmos has designed several validation functions specific to Osmos Uploader to ensure uploaded data is correctly formatted, mapped, and ready to use.
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.
Last updated
Was this helpful?
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
- 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
Configuration instructions for these validators can be found in our Developer Doc's in the section or simply click one of the links above.