Search found 2 matches
- Thu May 31, 2007 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: record propagation
- Replies: 3
- Views: 924
Thank you for your answer! I think i didin't make my self clear with explenation of the problem . The target place for data stream is a data base, not flat file. I need to split rows to multiple values after extract from flat file, and before INSERT into table. I try to use Make Subrecord stage, but...
- Wed May 30, 2007 8:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: record propagation
- Replies: 3
- Views: 924
record propagation
Hi folks! Sorry for my bad English I have problem with record propagation. I'm newbie in DStage, and couldn't solve it on my own, so I'm asking for your help. I'm working on a flat file that looks like this: id|number|range_beginning|range_end 1| 123450| 123451|123459 2| 123460| 123461|123469 What i...