Search found 42189 matches
- Fri Dec 17, 2010 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to run multi table insertion in a single transaction?
- Replies: 8
- Views: 2958
- Fri Dec 17, 2010 8:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delimited file or fixed-width or CSV file
- Replies: 7
- Views: 4417
Re: Delimited file or fixed-width or CSV file
Which is the better approach? To store it in CSV file or Flat file or delimited file? Everything you've mentioned is a "flat file" and a "csv" file is one flavor of a delimited flat file, it just means a specific delimiter - a comma. So... six of one. Your other option is a data...
- Fri Dec 17, 2010 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Two differnt delimitters in one file
- Replies: 11
- Views: 4122
- Fri Dec 17, 2010 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding XML Output
- Replies: 3
- Views: 936
- Fri Dec 17, 2010 7:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Metadata from Schema File
- Replies: 1
- Views: 2025
Re: Metadata from Schema File
I would have expected that the Column Import stage will do a search by column name in the source file header, and if found, would correctly associate the corresponding values Bad expectation, I'm afraid. This isn't a database table we're talking about, it is a sequential file where everything is ha...
- Fri Dec 17, 2010 7:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise stage - # in Password
- Replies: 3
- Views: 1329
- Fri Dec 17, 2010 7:20 am
- Forum: General
- Topic: Shedule a job for different timings in a single day
- Replies: 5
- Views: 2242
- Fri Dec 17, 2010 7:14 am
- Forum: General
- Topic: Issue with compiling Datastage jobs in 8.5 migrated from 8.0
- Replies: 2
- Views: 1480
- Fri Dec 17, 2010 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to run multi table insertion in a single transaction?
- Replies: 8
- Views: 2958
- Thu Dec 16, 2010 8:23 am
- Forum: General
- Topic: EMAIL NOTIFICATION
- Replies: 7
- Views: 1867
- Wed Dec 15, 2010 9:59 pm
- Forum: General
- Topic: EMAIL NOTIFICATION
- Replies: 7
- Views: 1867
- Wed Dec 15, 2010 7:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to fetch record from Db2 for given key
- Replies: 2
- Views: 1286
Re: How to fetch record from Db2 for given key
Not searching the forum?svhari76 wrote:Any thoughts what i am doing wrong here?
viewtopic.php?t=87169
- Wed Dec 15, 2010 6:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicates scenario
- Replies: 6
- Views: 1934
- Wed Dec 15, 2010 5:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicates scenario
- Replies: 6
- Views: 1934
- Wed Dec 15, 2010 2:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to capture Db2 datbase rejected records
- Replies: 10
- Views: 3762
Ah... it does need to be 1 to capture them reliably, however it seems like it should still have 'worked' after a fashion when it is set higher. From what I recall, Oracle would report the right number but put the wrong record in the reject file. It also depended on if your total row count exceeded t...