EVL

Table of Contents


Products, services and company names referenced in this document may be either trademarks or registered trademarks of their respective owners.

Copyright © 2017–2020 EVL Tool, s.r.o.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.

Validate

(since EVL 1.1)

Fail in case invalid data type appear unless ‘--limit’ option is specified.

Validate

is to be used in EVS job structure definition file. <f_in> and <f_out> are either input and output file or flow name.

evl validate

is intended for standalone usage, i.e. to be invoked from command line and reading records from standard input and writing to standard output.

EVD and EVS are definition files, for details see evl-evd(5) and evl-evs(5).

Synopsis

syntax/Validate
Validate
  <f_in> <f_out> (<evd>|-d <inline_evd>)
  [-l|--limit <num>] [--text-output]

evl validate
  <f_in> <f_out> (<evd>|-d <inline_evd>)
  [-l|--limit <num>] [--text-output]
  [-v|--verbose]

evl validate
  ( --help | --usage | --version )

Options

-l, --limit=<num>

fail after reaching <num> number of invalid records. If <num> is ‘0’, then never fails. Default value is ‘1’, i.e. fail immediatelly after first invalid record.

-y, --text-output

write the output as text, not binary

Standard options:

--help

print this help and exit

--usage

print short usage information and exit

-v, --verbose

print to stderr info/debug messages of the component

--version

print version and exit