Data Transformation Engine Type Tree Maker Reference Guide

Chapter 4 - Commands and Command Elements Command Element Descriptions
The PadNumber command element can have Justify, ApplyPad, or Fill
attributes, and either a PadValue or PaddedToFixedSize command.
Component Name Attributes Description
PadNumber Justify LEFT: Default setting. Specifies left
justification.
RIGHT: Specifies right justification.
ApplyPad ANYCONTEXT: Specifies to pad the number
text in any context.
FIXEDGROUP: Default setting. Specifies to
pad the number text only in a fixed context.
Fill BEFORE: Specifies to pad the number before
the sign.
AFTER: Default setting. Specifies to pad the
number after the sign.
PadValue Specifies the value of the one-byte pad
character.
Example
<PadNumber fill="AFTER">
<PadValue><<00>></PadValue>
<PaddedToFixedSize Length="50"/>
</PadNumber>
PadText
The PadText command element specifies the one-byte pad character for
character text items.
Components of PadText
The following group window displays the components of the PadText command
element.