Data Integration
- Data Integration
- All Products
Mapping type
| Incoming fields are...
| Same sequence or unique sequence?
|
---|---|---|
Mapping
| Not disabled
| Same sequence
|
Mapping
| Disabled
| Unique sequence*
|
Mapping (Advanced mode)
| -
| Same sequence
|
Mapping (SQL ELT mode)
| -
| Same sequence
|
*
To generate the same sequence of numbers when incoming fields are disabled, you can place an Expression transformation between the Sequence transformation and its downstream transformations to stage the sequence of numbers.
|
NEXTVAL | CURRVAL |
---|---|
1 | 2 |
2 | 3 |
3 | 4 |
4 | 5 |
5 | 6 |