Why "dynamically"? You'll need an xsd for each of these if you want to use the new XML stages, are you saying you don't have them or for some reason cannot get them?pavithravenky wrote:How to read the xml files dynamically and convert it to a csv files without any xsd defined?
Search found 42189 matches
- Mon Jul 14, 2014 7:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To Convert Dynamic XML Files into CSV Files
- Replies: 5
- Views: 2928
Re: To Convert Dynamic XML Files into CSV Files
- Mon Jul 14, 2014 7:00 am
- Forum: General
- Topic: Not getting the listing of 31531 port via netstat -an
- Replies: 13
- Views: 8750
- Sun Jul 13, 2014 9:19 am
- Forum: General
- Topic: Not getting the listing of 31531 port via netstat -an
- Replies: 13
- Views: 8750
- Sat Jul 12, 2014 7:38 am
- Forum: General
- Topic: Can I install IIS 11.3 co-resident with IIS 9.1.2?
- Replies: 5
- Views: 4041
- Sat Jul 12, 2014 7:34 am
- Forum: General
- Topic: Making Parameter Sets and their value files dynamic
- Replies: 8
- Views: 2674
- Fri Jul 11, 2014 1:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Default Timestamp value in a Job for Fixed Width file
- Replies: 5
- Views: 2234
- Fri Jul 11, 2014 10:37 am
- Forum: General
- Topic: Making Parameter Sets and their value files dynamic
- Replies: 8
- Views: 2674
- Fri Jul 11, 2014 9:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SORT produces a INFO message but no rows passed through
- Replies: 3
- Views: 3433
- Thu Jul 10, 2014 6:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LOOK UP PERFORMANCE TUNING WITH A BIG SQL SERVER TABLE
- Replies: 14
- Views: 9043
- Thu Jul 10, 2014 1:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LOOK UP PERFORMANCE TUNING WITH A BIG SQL SERVER TABLE
- Replies: 14
- Views: 9043
Array size = how many records are sent over the network to the database at a time. Transaction size = controls commit in the target database based on row count. Setting both to 1 would guarantee the slowest load possible. :wink: When you pick new numbers, make sure the transaction size is an even mu...
- Thu Jul 10, 2014 11:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LOOK UP PERFORMANCE TUNING WITH A BIG SQL SERVER TABLE
- Replies: 14
- Views: 9043
- Thu Jul 10, 2014 10:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LOOK UP PERFORMANCE TUNING WITH A BIG SQL SERVER TABLE
- Replies: 14
- Views: 9043
You are NOT mistaken. :wink: Q2: Not quite sure... what would you use another hashed file for? Q3: A hashed file will easily handle that load. Best to set the initial size (Minimum Modulus) to something large so it doesn't immediately start to extend and fragment. If it takes 'too long' to build or ...
- Thu Jul 10, 2014 9:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to resolve WVARCHAR to DB2 table
- Replies: 14
- Views: 13020
- Thu Jul 10, 2014 7:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to resolve WVARCHAR to DB2 table
- Replies: 14
- Views: 13020
- Thu Jul 10, 2014 6:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LOOK UP PERFORMANCE TUNING WITH A BIG SQL SERVER TABLE
- Replies: 14
- Views: 9043
Hvve you considered using a hashed file to cache the lookup data rather than reading directly from the database? They are the heart and soul of Server jobs, after all. The 'trick' is to load into them only what you need for each job run which typically involves joining the incoming keys to that data...