Add support for validating the minimum and maximum length of string values using `min` and `max` in the column config. - Rejects values shorter or longer than the specified limits with clear error messages. - Includes unit tests.
Add support for validating the minimum and maximum length of string values using
minandmaxin the column config.