Table of Contents
If you choose the Discard type in a transform process, selected columns will not display in the result.
The following table shows an example of the input:
Field 1 | Field 2 | Field 3 | Field 4 | Field 5 |
---|---|---|---|---|
A | B | C | 10 | 5.1 |
A | B | C | 10 | 7.1 |
A | B | C | 10 | 9.1 |
D | E | F | 0 | 1.2 |
D | E | F | 0 | 3.2 |
The following table shows an example of the output (Selected columns: Field 2 and Field 3):
Field 1 | Field 4 | Field 5 |
---|---|---|
A | 10 | 5.1 |
A | 10 | 7.1 |
A | 10 | 9.1 |
D | 0 | 1.2 |
D | 0 | 3.2 |