Search found 4 matches

by chitra
Mon Aug 22, 2005 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting an error while trying to read excel sheet in Sequen
Replies: 5
Views: 1710

Like Craig said you should convert the excel file to a .csv file and also the no of columns and column length in the sequencial file stage should match the csv file, otherwise you would get the error you mentioned.
by chitra
Mon Aug 22, 2005 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading A File with variable record length
Replies: 4
Views: 1427

If you have a preprocessing script like Shell/perl script, You can also convert the file as a delimited file and read it from the sequential file stage.
by chitra
Fri Aug 05, 2005 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to ignore lines at the beginning and ending of a file
Replies: 11
Views: 5997

Re: How to ignore lines at the beginning and ending of a fil

You can do it separately in a shell script to remove the unwanted lines and then invoke the dsjob. I was wondering how could we skip a pre-determined number of lines in a sequential file? We have integrity checks such as no. of rows of data and\or checksum of the file, marked up at the very end (or ...
by chitra
Mon Oct 25, 2004 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Conversion from DB2 to Oracle
Replies: 1
Views: 997

Data Conversion from DB2 to Oracle

Hi, We have a situvation where we need to convert more than 1000 DB2 tables to Oracle tables which has huge data. I know that we can do the DB2toOracle Conversion for each table one by one. But since the table volume and number is more I would be interested if anyone knows a better way to convert th...