Mercurial > repos > siwaa > tabular_file_checker
comparison test-data/input/date_schema.json @ 0:9e72c0cef1f7 draft
"planemo upload for repository https://forgemia.inra.fr/record/tfc-/tree/main/tools/tfc commit 8ef27130c1fef3ba1e2dfa4a89d4d324b943a3b4"
author | siwaa |
---|---|
date | Mon, 10 Jul 2023 14:15:29 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9e72c0cef1f7 |
---|---|
1 { | |
2 "name": "date", | |
3 "type": "table", | |
4 "path": "test-data/input/date.csv", | |
5 "scheme": "file", | |
6 "format": "csv", | |
7 "mediatype": "text/csv", | |
8 "encoding": "utf-8", | |
9 "hash": "sha256:4cfc5a1053f6cb741f7b5d7a59a5bf925b922f2ed59ff7b40a2b53db1e39e53c", | |
10 "bytes": 127, | |
11 "fields": 2, | |
12 "rows": 5, | |
13 "dialect": { | |
14 "csv": { | |
15 "skipInitialSpace": true | |
16 } | |
17 }, | |
18 "schema": { | |
19 "fields": { | |
20 "dates": { | |
21 "type": "date", | |
22 "mandatory": false | |
23 }, | |
24 "test": { | |
25 "type": "date", | |
26 "mandatory": false | |
27 } | |
28 } | |
29 }, | |
30 "header": [ | |
31 "dates", | |
32 "test" | |
33 ] | |
34 } |