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–2023 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

EVM Mappings

Important: Any C++ functions can be used in EVL mapping. Many of the following EVL functions only helps handling ‘nullptr’, which represents NULL values.

All the functions are further sorted by name, so for better orientation here is an overview by usage groups.

Output Functions

Important: There are several characters when used in an EVD field name which must be handled different way in EVM mapping:

Number at the beginning

When the field name starts with a number then in the mapping must be used prefixed by underscore. E.g. field 01_bill_type would be referenced in mapping as _01_bill_type.

Non-alphanumeric characters

All non-alphanumeric characters in field name have to be referenced in mapping as underscore. E.g. field $bill type (9) would be referenced in mapping as _bill_type__9_.