You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please confirm if feature request does NOT exists already ?
I confirm there is no existing issue for this
Describe the usecase for the feature
i would like to have a validation feature for each column. i have usecases where
i want to have a column with validation of max length 10 and min length 2
i want to have date column in particular format only
i want age should be only greater than some value
Suggested Solution
provide a option to add validations for each column. depending on the field type and custom regex should be possible.
the validations should work when adding data through api or bulk inserts like csv updload