Search found 15603 matches
- Tue Oct 12, 2010 6:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: using odbc connector, find data string , right truncation
- Replies: 3
- Views: 1623
- Tue Oct 12, 2010 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance issue in reading 6GB file
- Replies: 15
- Views: 3600
- Tue Oct 12, 2010 6:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CSV file with delimiter other than comma
- Replies: 10
- Views: 4089
Writing 3 column values of "x" "y,y," and "z" in a pipe delimited file with double quotes results in:
When you read this using pipe delimiters and double-quotes for strings you will get exactly the same results.
Code: Select all
"x"|"y,y"|"z"- Tue Oct 12, 2010 6:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rounding Issue
- Replies: 6
- Views: 2317
- Tue Oct 12, 2010 3:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading numeric data formatted as text from Excel
- Replies: 6
- Views: 2402
- Tue Oct 12, 2010 3:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential file unable to read properly
- Replies: 7
- Views: 2062
Please explain exactly what format you are writing to the file in your server job portion. Is it a standard CSV type file? When you replace nulls to '' (string of length 0) then you should not be getting an rejects upon reading the sequential file PX. Please post a sample data line and the exact PX ...
- Tue Oct 12, 2010 3:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CSV file with delimiter other than comma
- Replies: 10
- Views: 4089
Since your problem lies in having embedded commas, you need to ensure that your strings are quoted when writing to the sequential file. CSV files do not need to have commas as separators, quite of semicolons are used and theoretically any separator could be used. what did you specify as your separat...
- Tue Oct 12, 2010 3:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: using odbc connector, find data string , right truncation
- Replies: 3
- Views: 1623
If you look into the Connectivity Guide for Microsoft SQL Server and OLE DB Data you will see that all string types get mapped to DBTYPE_WSTR which should handle big strings. Simplify your problem by removing Oracle ODBC and replacing that stage with a PEEK stage. If the error remains, see if specif...
- Tue Oct 12, 2010 3:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal Date
- Replies: 10
- Views: 2687
- Tue Oct 12, 2010 3:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CSV file with delimiter other than comma
- Replies: 10
- Views: 4089
- Tue Oct 12, 2010 3:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance issue in reading 6GB file
- Replies: 15
- Views: 3600
...I checked with DS admin for I/O process during that time and it was quite minimal it seems and so the CPU usage. Something isn't correct here - either your CPU or your I/O Bandwidth is going to max out in this case. Could your disk be on a SAN and thus heavy disk use might show up in the form of...
- Mon Oct 11, 2010 9:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance issue in reading 6GB file
- Replies: 15
- Views: 3600
- Mon Oct 11, 2010 9:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dividing a field into two fields
- Replies: 3
- Views: 1131
- Mon Oct 11, 2010 7:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance issue in reading 6GB file
- Replies: 15
- Views: 3600
- Mon Oct 11, 2010 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance issue in reading 6GB file
- Replies: 15
- Views: 3600