FixValueUnit

Group

Integration Units

Class Name

com.ebd.hub.datawizard.iu.FixValueUnit

Function

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

Description

Introduction: Integration Units.

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

If the parameter Use mapped data is true, the output data comes from the destination 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 destination fields are used, otherwise, the value specified in parameter Fix value.