# HG changeset patch # User siwaa # Date 1689150623 0 # Node ID fb2d0a0a55ebc97a6b51c84f6e5460c09c28c218 # Parent 9e72c0cef1f7fe91305ed4db3838526e6d981e09 "planemo upload for repository https://forgemia.inra.fr/record/tfc-/tree/74e86c81c6ab6557b8a3c7413f31d22153cf6ac0/tools/tfc commit 74e86c81c6ab6557b8a3c7413f31d22153cf6ac0-dirty" diff -r 9e72c0cef1f7 -r fb2d0a0a55eb test-data/input/date_schema.json --- 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 diff -r 9e72c0cef1f7 -r fb2d0a0a55eb tfc.xml --- a/tfc.xml Mon Jul 10 14:15:29 2023 +0000 +++ b/tfc.xml Wed Jul 12 08:30:23 2023 +0000 @@ -21,7 +21,7 @@ Documentation ------------- -TODO +A tool to check tabular files content and structure according to a schema. Credits -------