October 4, 2023
Not Blank Validation
Require that every cell in a column contains data
TableFlow now supports our first validation: not blank. You can try it out by checking the "Cells must contain a value" option within a column's settings inside the admin dashboard. When enabled, every cell in that column must contain data. Empty cells will prevent users from completing the import
With this change there are now two column settings that could be described as "required":
- Column required: Users must map a column from their file to this column to proceed with the import
- Cells must contain a value (NEW): Every cell in this column must contain data. Empty cells will prevent users from completing the import.
What's Next?
We'll be adding many more validation options over the coming weeks. If you have any feedback or ideas for which validators we should prioritize next, reach out through our GitHub repository.
To the top