FixValueUnit

Group

Integration Units

Function

This unit allows creating a certain fixed-length format, using relevant data from the target tree.

Description


Introduction: Integration Units. Set the Content in the Content settings of a Response Route in phase 6 to Output of IU.


The FixValueUnit allows creating a certain fixed-length format, using relevant data from the target tree.

If the parameter Use mapped data is true, the output data comes from the target tree. The values are lined up one after another, as in a fixed-length format. Instead of the field lengths, only the actual lengths of values are taken into account. The format is thus somewhere in between a fixed-length and a CSV format. You can also imagine it as a CSV format, where all the field delimiters have been removed.

If the parameter Use mapped data is false, the value of parameter Fix value will be used for the output. If parameter Decode Base64 is true, a Base64-encoded value is expected in Fix value. The decoding result may, for example, be a binary file, such as a PDF file. In that case, we would rather recommend the RawFixValueUnit.

Parameter Description


Parameter name

Allowed values

Default value

Description

Decode Base64 (only if no mapped data is used)

true, false

false

If true, a Base64-encoded value is expected in parameter Fix value.

Fix value


ok

Value that is used as output data, if parameter Use mapped data is false. Variables of the form VAR_NAME will be resolved.

Use mapped data

true, false

false

If true, the values of the target fields are used, otherwise, the value specified in parameter Fix value.