Search found 387 matches

by pradkumar
Wed Nov 08, 2006 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing fields from flat file
Replies: 10
Views: 2610

Thanks for the reply

I am able to read the flat file successfully.
But the problem is : the last tag is coming in different column number in different records. I want it to send to one last column known as alt_text.

We don't have any knowledge in which column that particular tag appears.
by pradkumar
Wed Nov 08, 2006 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_delimited()- Required Column Missing
Replies: 23
Views: 8593

Hi I want to detach the code which is at end of each record into separte column "alt_text" and palce at the end of record. The output should look like OUTPUT : CODE | TEXT|.... |ALT_TEXT (=TEXT) 470E | HYD!3721|...|HYD!3721 471E|HYD!3722|.....|HYD!3722 How to do this? My job is something l...
by pradkumar
Wed Nov 08, 2006 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing fields from flat file
Replies: 10
Views: 2610

The delimiter is pipe
I am sorry for not being clear.
by pradkumar
Wed Nov 08, 2006 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing fields from flat file
Replies: 10
Views: 2610

Parsing fields from flat file

Hi I am having a flat file which is having data like: 1 record: 470E|Hyd! 3721|Hyd! Consolidated||Intl||Asia Pacific||North Asia||Total China w/ JV||Total China||470E|Hyd! 3721 2 record: 471E|Hyd! 3722|Hyd! Consolidated||Intl||Total China w/ JV ||Total China || 471E|Hyd!3722 I want to detach the cod...
by pradkumar
Thu Oct 19, 2006 6:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting data from flat files
Replies: 9
Views: 2535

Thanks Kris Here are few lines from my raw data file ---- there are 10 fields in each record -- given below are 3 records... DRACDDrachenblut Delikatessen Sven Ottlieb Order Administrator Walserweg 21 Aachen 52066 Germany 0241-039123 0241-059428 DUMONDu monde entier Janine Labrune Owner 67, rue des ...
by pradkumar
Thu Oct 19, 2006 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem to Write into ODBC Enterprise Stage
Replies: 4
Views: 1604

Thanks for the reply

I do have the permission to create.
I do not know where it is going wrong.

Regards
by pradkumar
Thu Oct 19, 2006 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting data from flat files
Replies: 9
Views: 2535

Forgive me for my ignorance in this regard. I did try the above mentioned method before I posted here and could not get it to work - I got an error stating unable to initialize importer - ""record_length fixed" (no length given) and record field is variable length"" First of...
by pradkumar
Thu Oct 19, 2006 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting data from flat files
Replies: 9
Views: 2535

Hi Kris Thanks for the reply Sorry to trouble you. I am a novice to data stage and learning and I worked on Server and now trying on parallel. Actually I did use format tab and set the Record delimiter to DOS format. and also used Record length to be fixed. But it did not work out. My raw data does ...
by pradkumar
Thu Oct 19, 2006 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting data from flat files
Replies: 9
Views: 2535

Extracting data from flat files

Hi I am trying to extract the raw data from a flat file. This is a fixed width (column) file. I am using a sequential file stage to extract. Now how do I specify that it is fixed width column (like in server edition we have this option in the format tab). I donot know how this can be accomplished in...
by pradkumar
Thu Oct 19, 2006 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Back up of projects
Replies: 3
Views: 1229

Thanks

chulett wrote:I guess you haven't looked to see if your identical question on IBM's forum was answered, eh?
Hi

I did not check it. Thanks for letting me know

Thanks
Sunil
by pradkumar
Thu Oct 19, 2006 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Back up of projects
Replies: 3
Views: 1229

Back up of projects

Hi

I am trying to backup all projects.
Is there any utility or script to back up all projects on an identified server and also to make BMPs for all jobs in the project.

Thanks
Pradeep
by pradkumar
Wed Oct 18, 2006 7:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem to Write into ODBC Enterprise Stage
Replies: 4
Views: 1604

Problem to Write into ODBC Enterprise Stage

Hi I am new to this group. I am using Datastage EE (7.5) I am trying to read the data from an ODBC Enterprise stage and pass it to a transformer and then write it into a ODBC Enterprise stage ODBC Enterprise-->Transformer-->ODBC Enterprise I am giving the write mode as "CREATE table". I am...