Mercurial > repos > siwaa > tabular_file_checker
changeset 1:fb2d0a0a55eb draft
"planemo upload for repository https://forgemia.inra.fr/record/tfc-/tree/74e86c81c6ab6557b8a3c7413f31d22153cf6ac0/tools/tfc commit 74e86c81c6ab6557b8a3c7413f31d22153cf6ac0-dirty"
author | siwaa |
---|---|
date | Wed, 12 Jul 2023 08:30:23 +0000 |
parents | 9e72c0cef1f7 |
children | 9f4e44f9a708 |
files | test-data/input/date_schema.json tfc.xml |
diffstat | 2 files changed, 1 insertions(+), 35 deletions(-) [+] |
line wrap: on
line diff
--- a/test-data/input/date_schema.json Mon Jul 10 14:15:29 2023 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -{ - "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