- 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.
- 玩轉Scratch少兒趣味編程
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- 騰訊iOS測試實踐
- Visual C++數字圖像模式識別技術詳解
- Java設計模式及實踐
- Kinect for Windows SDK Programming Guide
- INSTANT Django 1.5 Application Development Starter
- Learning Unity 2D Game Development by Example
- 時空數據建模及其應用
- Unity 2018 Augmented Reality Projects
- 鴻蒙OS應用編程實戰
- .NET 4.0面向對象編程漫談:應用篇
- Go語言入門經典
- Kotlin進階實戰
- Java Web開發基礎與案例教程