EVL – ETL Tool


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

Copyright © 2017–2022 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.

Table of Contents

End

(since EVL 2.0)

Finish processing the EVL job or workflow, ignoring the rest of the EVS/EWS file.

EVS is EVL job definition file, for details see evl-evs(5). EWS is EVL workflow definition file, for details see evl-ews(5).

Synopsis

End
  

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

Options

Standard options:

--help

print this help and exit

--usage

print short usage information and exit

--version

print version and exit

Examples

  1. EVL job (an EVS file) might end like this:
    ...
    Write  FLOW_99 /path/to/file evd/sample.evd --text-output
    End
    Here can be any comment, notes or pieces of code...
    
  2. EVL workflow (an EWS file) might end like this:
    ...
    Run some_job.evl
    End
    Here can be any comment, notes or pieces of code...