Mercurial > repos > siwaa > tabular_file_checker
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/input/date_schema.json Mon Jul 10 14:15:29 2023 +0000 @@ -0,0 +1,34 @@ +{ + "name": "date", + "type": "table", + "path": "test-data/input/date.csv", + "scheme": "file", + "format": "csv", + "mediatype": "text/csv", + "encoding": "utf-8", + "hash": "sha256:4cfc5a1053f6cb741f7b5d7a59a5bf925b922f2ed59ff7b40a2b53db1e39e53c", + "bytes": 127, + "fields": 2, + "rows": 5, + "dialect": { + "csv": { + "skipInitialSpace": true + } + }, + "schema": { + "fields": { + "dates": { + "type": "date", + "mandatory": false + }, + "test": { + "type": "date", + "mandatory": false + } + } + }, + "header": [ + "dates", + "test" + ] +} \ No newline at end of file