diff -r 9c1d0c5ed599 -r d4f401b5f90c relpipe-data/examples-validator.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/relpipe-data/examples-validator.xml Tue Feb 05 19:18:28 2019 +0100 @@ -0,0 +1,40 @@ + + + Validating relational data + check whether data are in the relpipe format + 00500 + + + +

+ Just a passthrough command, so these pipelines should produce the same hash: +

+ + + +

+ This tool can be used for testing whether a file contains valid relational data: +

+ + /dev/null; then + echo "valid relational data"; +else + echo "garbage"; +fi]]> + +

or as a one-liner:

+ + /dev/null && echo "ok" || echo "error"]]> + +

+ If an error is found, it is reported on STDERR. So just omit the & in order to see the error message. +

+ +
+ +