Search found 53125 matches
- Thu Jul 17, 2014 5:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stage responsible for APTCombinedOperatorController Warning
- Replies: 2
- Views: 1276
- Thu Jul 17, 2014 12:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to search for a pattern in a string?
- Replies: 8
- Views: 3174
- Wed Jul 16, 2014 8:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to search for a pattern in a string?
- Replies: 8
- Views: 3174
- Wed Jul 16, 2014 2:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Question on DB2 Connector Parameter
- Replies: 6
- Views: 1448
- Wed Jul 16, 2014 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage decimal_from_string
- Replies: 7
- Views: 4245
- Wed Jul 16, 2014 5:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Japanese .xlsx data handling in DatStage 8.7
- Replies: 10
- Views: 5005
Welcome aboard. There are no options for reading XLSX files on UNIX in DataStage 8.7. You need first to export them to CSV or some other text format. And you will need to do this on a Windows machine set to use similarly coded Japanese characters. In version 9.1.2 and later you might be able to use ...
- Wed Jul 16, 2014 5:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage scenario on reading data
- Replies: 1
- Views: 1267
Three output links from Transformer stage, constrained by expressions testing the three possible values returned by
Code: Select all
Mod(Int(@INROWNUM/20),3)- Tue Jul 15, 2014 7:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage warning : varchar(255) to varchar(50)
- Replies: 3
- Views: 1763
- Tue Jul 15, 2014 7:03 pm
- Forum: General
- Topic: DataStage 9.1 Certification
- Replies: 11
- Views: 15166
- Tue Jul 15, 2014 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS setting for Japanese character in Datastage 8.5
- Replies: 3
- Views: 5078
- Tue Jul 15, 2014 2:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stage to map same input column to 2 different output columns
- Replies: 4
- Views: 1290
- Tue Jul 15, 2014 2:54 pm
- Forum: General
- Topic: DataStage 9.1 Certification
- Replies: 11
- Views: 15166
- Tue Jul 15, 2014 4:15 am
- Forum: General
- Topic: 11.3 only DB2 repository
- Replies: 4
- Views: 1528
- Tue Jul 15, 2014 4:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Transformer in Parlell job getting Aborting
- Replies: 3
- Views: 2079
- Tue Jul 15, 2014 1:12 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
So why would you expect DataStage to be able to parse it without metadata (for that's what the XSD really is)? I guess you could do this in DataStage, via some kind of intermediate table or hashed file - you would need to read the XML as a single stream of characters and parse whatever's between ope...