Search found 6797 matches
- Fri Dec 15, 2006 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_CombinedOperatorController Error
- Replies: 2
- Views: 1105
- Fri Dec 15, 2006 7:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading sequential file as a single field
- Replies: 14
- Views: 3485
one more help...i need that i should read the date field and pass it as a stage variable to load it into the table.. i want to read only the records not the company name,the ********s and the blank line... how should i do that I thought i gave you the solution in your other post . You will have bla...
- Fri Dec 15, 2006 7:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validating email id field
- Replies: 13
- Views: 3643
- Fri Dec 15, 2006 7:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation error of Transformer stage
- Replies: 11
- Views: 6567
- Fri Dec 15, 2006 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Error
- Replies: 4
- Views: 1338
- Fri Dec 15, 2006 6:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to count the number of delimiters in a reord
- Replies: 14
- Views: 9213
- Fri Dec 15, 2006 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Save doublon
- Replies: 22
- Views: 5972
- Thu Dec 14, 2006 9:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validating email id field
- Replies: 13
- Views: 3643
Use the Matches function in the transformer. You dont need a routine. Something like
If you get a 1 that means email is in the format xyz@xyz.com else if you get a 0 that means its not in xyz@xyz.com
Code: Select all
If in.Link Matches '...@...com' then @True else @False
If you get a 1 that means email is in the format xyz@xyz.com else if you get a 0 that means its not in xyz@xyz.com
- Thu Dec 14, 2006 9:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: loading as per date value
- Replies: 9
- Views: 2358
- Thu Dec 14, 2006 9:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SAP APO
- Replies: 6
- Views: 1768
- Thu Dec 14, 2006 9:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: loading as per date value
- Replies: 9
- Views: 2358
- Thu Dec 14, 2006 7:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bypassing notification activity in a sequencer
- Replies: 35
- Views: 9528
- Thu Dec 14, 2006 7:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding jobparameters used in DRS stage
- Replies: 17
- Views: 5266
- Thu Dec 14, 2006 7:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: to make the Transformer Wait for the file
- Replies: 7
- Views: 1431
- Thu Dec 14, 2006 2:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Limits on jobs
- Replies: 21
- Views: 4794