fixed length falt file

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sudheer05
Participant
Posts: 30
Joined: Sun Oct 02, 2005 1:36 pm

fixed length falt file

Post by sudheer05 »

Hi,
I am having a fixed length flatfile coming
It has a comma " , " in few records coz of this I am getting warnings

XfmRIMSClaims_mask..xtract_source.DSLink1: read_delimited() - row 22030, too many columns in record


But I am not able to get rid of these warnings, is there any possibility that i can write a function to replace the incoming comma with a space.

Thanks in advance,
sudheer
chucksmith
Premium Member
Premium Member
Posts: 385
Joined: Wed Jun 16, 2004 12:43 pm
Location: Virginia, USA
Contact:

Post by chucksmith »

Have you specified fixed width columns on the format tab? Try setting the column delimiter from a comma to 000.
sudheer05
Participant
Posts: 30
Joined: Sun Oct 02, 2005 1:36 pm

thanxs

Post by sudheer05 »

Hi chucksmith,
thanxs for your reply, thats not my problem, anyway i fixed it.
thaxs again

chucksmith wrote:Have you specified fixed width columns on the format tab? Try setting the column delimiter from a comma to 000.
sasi_kumarreddy
Participant
Posts: 27
Joined: Thu Aug 25, 2005 6:33 am

Post by sasi_kumarreddy »

will u share your solution with us.
SASI
Post Reply