B2B Data Transformation
- B2B Data Transformation 10.5.2
- All Products
Property
| Description
|
---|---|
concat_header_to_repeating_segment
| Determines whether the system includes the
header_segment with each instance of the
repeating_segment . It passes the result to the
run_component of the
repeating_segment . You can choose one of the following options:
|
footer_segment
| Defines the footer portion of the source. Under this property, you can nest a
SimpleSegment that defines the footer. If this property is undefined, the Script processes the source as if it has no footer.
|
header_segment
| Defines the header portion of the source. Under this property, you can nest a
SimpleSegment that defines the header. If this property is undefined, the Script processes the source as if it has no header.
|
repeating_segment
| Defines the repeating portion of the source. Under this property, you can nest a
SimpleSegment that defines the repeating data. You can also nest a
ComplexSegment that has its own header-repeating-footer structure.
|