- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 123字
- 2021-07-02 20:55:52
Sequence Generator transformation
Sequence Generator transformation is used to generate a sequence of unique numbers. Based on the property defined in the Sequence Generator transformation, the unique values are generated. A sample mapping showing the Sequence Generator transformation in shown in the following screnshot:

As you can notice in the mapping, the Sequence Generator transformation does not have any input port. You need to define the Start value, Increment by value, and End value in the properties. Based on properties, the sequence generator generates the value. In the preceding mapping, as soon as the first record enters the target from the Source Qualifier transformation, NEXTVAL generates its first value and so on for other records. The sequence Generator is built for generating numbers.
- Moodle Administration Essentials
- Machine Learning with R Cookbook(Second Edition)
- Python從入門(mén)到精通(精粹版)
- 軟件架構(gòu):Python語(yǔ)言實(shí)現(xiàn)
- ADI DSP應(yīng)用技術(shù)集錦
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Linux命令行與shell腳本編程大全(第4版)
- 劍指Java:核心原理與應(yīng)用實(shí)踐
- Rust游戲開(kāi)發(fā)實(shí)戰(zhàn)
- Apache Camel Developer's Cookbook
- Swift語(yǔ)言實(shí)戰(zhàn)晉級(jí)
- OpenMP核心技術(shù)指南
- 從零開(kāi)始學(xué)算法:基于Python
- Spring Web Services 2 Cookbook
- Learning iOS Penetration Testing