B2B Data Transformation
- B2B Data Transformation 10.5.6
- All Products
Property
| Description
|
---|---|
enabled
| Determines the content of the output. The
enabled property has the following options:
|
param1
| Determines whether raw data appears in the output of the document processor when the raw data differs from the formatted data.
param1 is named
Display_raw_data_when_different
and has only one property,
enabled .
|
param2
| Determines whether to add elements to the output when a source table contains empty cells in the middle of a row or rows. For example:
A source table includes three columns and two rows. In the first row, the three columns are populated. In the second row, the first and last columns are populated and the second column is empty.
When param2 is disabled, the processor creates two elements for the second row with the values of the two populated column cells.
When param2 is enabled, the processor creates three elements for the second row: two elements with the values of the populated column cells and one empty element for the empty column cell.
Default is disabled.
|
param3
| Determines whether to add elements to the output when a source table contains empty cells at the end of a row or rows. For example:
A source table includes three columns and two rows. In the first row, the three columns are populated. In the second row, the first column is populated and the second and third columns are empty.
When param3 is disabled, the processor creates one element for the second row, with the value of the populated column cell.
When param3 is enabled, the processor creates three elements for the second row: one element with the value of the populated column cell and two empty elements for the two empty column cells.
Default is disabled.
|