mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 21:48:22 +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.
|
I will refer to the differences or limitations to the defined standard in this wiki page.
|
||||||
|
|
||||||
## Types
|
## 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
|
### supported types
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ Read all about the possible [types](http://specs.frictionlessdata.io/json-table-
|
|||||||
- geojson
|
- geojson
|
||||||
|
|
||||||
## Available Validations
|
## 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
|
### required
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ _(Empty cells are not checked, see not empty validation)_
|
|||||||
"time" : "hh:mm"
|
"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.
|
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)_
|
_(Empty cells are not checked, see not empty validation)_
|
||||||
|
|
||||||
### unique
|
### unique
|
||||||
|
|||||||
Reference in New Issue
Block a user