mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
Updated Validation Configuration (markdown)
@@ -6,7 +6,7 @@ Full support of the standard is planned in future.
|
||||
I will refer to the differences or limitations to the defined standard in this wiki page.
|
||||
|
||||
## Types
|
||||
Read all about the possible [types](http://specs.frictionlessdata.io/json-table-schema/#field-types-and-formats "Types") in the [JSON Table Schema](http://specs.frictionlessdata.io/json-table-schema/ "JSON Table Schema") specification.
|
||||
Read all about the possible [types](https://specs.frictionlessdata.io/table-schema/#field-types-and-formats "Types") in the [JSON Table Schema](https://specs.frictionlessdata.io/table-schema/ "JSON Table Schema") specification.
|
||||
|
||||
### supported types
|
||||
|
||||
@@ -25,7 +25,7 @@ Read all about the possible [types](http://specs.frictionlessdata.io/json-table-
|
||||
- geojson
|
||||
|
||||
## Available Validations
|
||||
Read all about the possible [constraints](http://specs.frictionlessdata.io/json-table-schema/#field-constraints "Constraints") in the [JSON Table Schema](http://specs.frictionlessdata.io/json-table-schema/ "JSON Table Schema") specification.
|
||||
Read all about the possible [constraints](https://specs.frictionlessdata.io/table-schema/#field-constraints "Constraints") in the [JSON Table Schema](https://specs.frictionlessdata.io/table-schema/ "JSON Table Schema") specification.
|
||||
|
||||
### required
|
||||
|
||||
@@ -61,7 +61,7 @@ _(Empty cells are not checked, see not empty validation)_
|
||||
"time" : "hh:mm"
|
||||
|
||||
The value has to be a date in the given format. If the format is given and not prefixed with **fmt:** the format is defined for java.text.SimpleDateFormat, check the official documentation of this java class for further information.
|
||||
If prefixed with fmt: it is defined as standard Python/C strptime [more ...](http://specs.frictionlessdata.io/json-table-schema/#date)
|
||||
If prefixed with fmt: it is defined as standard Python/C strptime [more ...](https://specs.frictionlessdata.io/table-schema/#date)
|
||||
_(Empty cells are not checked, see not empty validation)_
|
||||
|
||||
### unique
|
||||
|
||||
Reference in New Issue
Block a user