Page 1 of 1

Getting warning message in viewing data in source

Posted: Wed Jun 01, 2005 9:48 am
by harithay
Hi all;

i am getting error like this

job1..Sequential_File_0.DSLink2: read_delimited() - row 1, too many columns in record.

what might be the problem. please suggests me


Initially i had 47 columns in source (tab delimited file). when i view the data using sequential file (source), i can able to view the data. but my 'project 'architect' changed the input file, to 49 columns. so when i view wthe data for this i am getting above error.

Thanks for ur help

Posted: Wed Jun 01, 2005 9:51 am
by Sainath.Srinivasan
You will need to include the 2 columns in your column defn tab.

Posted: Wed Jun 01, 2005 10:30 am
by anupam
U just need to reimport the metadata or add 2 more columns in your input stage and the problem would be solved

Posted: Wed Jun 01, 2005 10:33 am
by harithay
Hi sainath ;
Sainath.Srinivasan wrote:You will need to include the 2 columns in your column defn tab.
before i imported table defintion again with 49 fields. any way i got it.

the problem is with line termination

Thnaks for ur help

Posted: Wed Jun 01, 2005 11:02 am
by amsh76
The problem is not with the line terminator..its with column delimiter. View your data and see if you have this delimiter anywhere in the record as part of the data...

Posted: Wed Jun 01, 2005 2:36 pm
by Sainath.Srinivasan
Check the number of columns in your source file. Maybe your source file did not change to 49 cols.

Posted: Wed Jun 01, 2005 11:38 pm
by harithay
H isainath;


Sainath.Srinivasan wrote:Check the number of columns in your source file. Maybe your source file did not change to 49 cols.
I got it when i changed the "line termination from uinx style to DOS style"

thanks for ur reply;

thanks

Posted: Thu Mar 09, 2006 2:55 am
by Brian Sadler
All,

I got this message when trying to read a text file as just one long field:

RemoveSpecChars_BaseProduct..PIXP81_FTPSourceFile.clean_out: read_delimited() - row 94, too many columns in record

Now row 94 contained commas (which were not meant to be delimiters), hence the "extra" columns.

The cure was to change the following in the Format Tab:

Delimiter 000
Quote Char 000

I believe this means that there is no delimiter processing (although it is a "delimited" file). Anyway, the above fixed the problem.

Regards,

Brian