mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
Updated Validation Configuration (markdown)
@@ -95,6 +95,12 @@ _(Empty cells are not checked, see not empty validation)_
|
||||
The value can only be numerics and alphabetic characters.
|
||||
_(Empty cells are not checked, see not empty validation)_
|
||||
|
||||
### unique
|
||||
|
||||
"unique" : true
|
||||
|
||||
The value can only exist once in this column.
|
||||
|
||||
### regexp
|
||||
|
||||
"regexp" : "[0-9a-zA-Z]*"
|
||||
|
||||
Reference in New Issue
Block a user