Functions

Functions are used for transforming CSV and HL7 data element's string value, to a new value or to a different format.

Functions are program sections for manipulating string values, which are typically from CSV or HL7 data elements. Functions are used for defining data transformation rules in the data-transformer handlers, namely the TabularDataTransformer and the HL7DataTransformer handlers.

Below are specifications of the available functions.

IF-MATCH Function

This function matches a data element’s value to a regular expression pattern, and returns one of the two specified values depending on the pattern-matching result.

Read More »

Related Topics

Snappable

Snappable is a vendor-neutral framework that enables the assembly of modular applications from software components designed to be independent and interchangeable.

Read More »
RDA

RDA (Recursive Delimited Array) is a schema-less text-based data encoding format. Unlike XML and Json, RDA can be used to store any structured data without imposing a set data format.

Read More »