Search found 54 matches

by hemaarvind1
Tue Jun 15, 2010 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data conversion problem
Replies: 28
Views: 28733

The datatype in oracle is supposed to be a number. However, I tried with using datatype as varchar also. For either number or varchar, it is giving the same error.
by hemaarvind1
Mon Jun 14, 2010 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data conversion problem
Replies: 28
Views: 28733

Hi Manoj,

the problem is I cannot change the files as these are sent by the client. hence I could not change the delimiter.

please suggest if I can let the client know that I cannot load the data if it is in the current format due to comma present in the data.
by hemaarvind1
Mon Jun 14, 2010 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data conversion problem
Replies: 28
Views: 28733

Hi Sainath,

Yes I have specified that the fields are quoted.
by hemaarvind1
Mon Jun 14, 2010 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data conversion problem
Replies: 28
Views: 28733

I am using the sequential file at the source level.

I could not remove the commas in between the data as it is part of the data. I have to load the data as it is .
by hemaarvind1
Mon Jun 14, 2010 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data conversion problem
Replies: 28
Views: 28733

Yes, comma is the delimiter used . It returned an oracle error :

ORA-01722: invalid number

I am not sure if it is due to comma. please confirm.
by hemaarvind1
Mon Jun 14, 2010 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data conversion problem
Replies: 28
Views: 28733

data conversion problem

Hi, I am having data as follows in the sequential file which is the source. "39368,39399,39429","TEY/MTH10/2007","2007 October - 2007 December" The source file is a comma separated file (CSV file). I have to load this data to an oracle table. I could not load this to th...
by hemaarvind1
Fri May 21, 2010 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in loading Integer Datatype data
Replies: 5
Views: 2047

Problem in loading Integer Datatype data

Hi All, I have a CSV file as a source which has one column 'XYZ"with Number data type. I load this file to an oracle table using Dynamic RDBMS stage. When I run the job, all the other columns populate correctly except for this "XYZ' column. There are different errors in different cases: 1....
by hemaarvind1
Fri Feb 26, 2010 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meta Data of HashFile
Replies: 2
Views: 1134

Meta Data of HashFile

We have a sequence job which has two jobs running one after other. The task of two jobs is mentioned below: First Job ---> Clears a hashfile. Second Job---> The cleared hashfile is being used as a lookup. The name of the hashfile referenced in first and second jobs is same.Please note that even thou...
by hemaarvind1
Tue Oct 20, 2009 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To skip a job for null dataset
Replies: 14
Views: 5971

you can create a new field in the job called 'modified date' which holds the date when the record is updated. If there are new records, compare the date with modified date. Add a filter such that only last loaded records are loaded. this can be achieved by comparing the record load date with the ,mo...