You can modify an existing attribute to accommodate changes to the output data. You can edit one attribute or multiple attributes at a time.
Edit an existing attribute
To edit an existing attribute
Edit multiple attributes at once
To edit multiple attributes at once
Modifying Input Attribute Width
The Schema Editor allows you to reduce the width of an input attribute to process.
Because the Schema Editor works on the schema for the output data, the width of the
input must be shortened in the output schema in the previous process. For example,
there may be an attribute that is 150 bytes in the Customer Data parser input but you
need to reduce it to 100 bytes. You use the previous Transformer's Schema Editor to
reduce the width from 150 in the input to 100 in the output. The following guidelines
apply:
- If an attribute has a sub-attribute that occupies its full width (effectively a synonym) and you reduce the width of the main attribute, then the sub-attribute will have its width reduced by the same amount.
- If an attribute has multiple sub-attributes whose combined lengths are equal to the full width of the primary attribute, you must shorten the lengths of the sub-attributes before you can shorten the length of the primary attribute.
- If the original attribute has its width increased, the widths of any sub-attributes do not change.
Guidelines for Quote Characters
Use the guidelines below for various types of quote character processing:
- A leading single/double quote character that has a matching character within the value will be treated as a delimiter along with its matched character, and not included in the actual data value.
- Any unmatched single/double quote character is treated as a literal.
- Matched non-leading single/double quote characters are treated as literals.
- Characters following a matched set of leading single/double quote characters are ignored.
- If you want matched single/double quote characters to be included, the entire
value should be enclosed by quote characters.
Table 1. Examples - Single Quotes Default Value Output Type
'AB 'AB 2 A'B A'B 2 AB' AB' 2 'A'B A 1, 4 A'B' A'B'
3 'AB' AB 1 ''AB blank 4 - leading matched single quotes AB'' AB'' 3 ''A'B''' A'B' 5 Table 2. Examples - Double Quotes Default Value Output Type
"XY "XY 2 X"Y X"Y 2 XY" XY" 2 "X"Y X 1, 4 X"Y" X"Y"
3 "XY" XY 1 ""XY blank 4 - leading matched double quotes XY"" XY"" 3 'X''Y''' X''Y'' 5