RawFixValueUnit
Group |
|
Class Name |
com.ebd.hub.datawizard.iu.RawFixValueUnit |
Function |
Works like the class FixValueUnit, but the output encoding is always 8859_1. Recommended for Base64-encoded binary input data. |
Description
Introduction: Integration Units.
This Integration Unit works like the FixValueUnit, but the output encoding is always 8859_1. This unit is recommended for the decoding of a Base64-encoded binary files, instead of the FixValueUnit.
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 as Fix value. |
Fix value |
ok |
Value that is used as output data, if parameter Use mapped data is set to 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 the parameter Fix value. |