Tuesday, 14 August 2012

sccenario 1



In source i have only one record.I want 10 records(same record will repeat) in target.

3 comments:

  1. Give input to copy stage and take output with 10 files with single record each and then funnel to single file

    ReplyDelete
  2. If i want 100 records, how to do..?

    ReplyDelete
  3. Use Loop Variable in Xfrm:

    Loop Condition @ITERATION<=10
    I/p Col = Loop Variable

    Loop Variable = Input Column

    ReplyDelete