Search found 93 matches

by deepa_shenoy
Tue Nov 24, 2009 10:40 pm
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

But for the same metadata, it passes 7 lac records, and rejects only 280 records.
by deepa_shenoy
Tue Nov 24, 2009 9:56 pm
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

Hi,

When a 'lc' is done on the target file, it gives the exact count.

But while reading from the file, it reads only 90% of the records.

Could the issue be something else?

Regards,
Deepa
by deepa_shenoy
Tue Nov 24, 2009 3:54 am
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

Anyone any solution?
by deepa_shenoy
Mon Nov 23, 2009 5:27 am
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

Thank you for that information. A portion of the hex dump is 547756620 253 " \n " L E S B " , 547756640 " 253 " , " G o o d m a n & S 547756660 o n s " , " S u l l i v a n " , 547756700 " I N " , " 4 7 8 8 2 " , " R . 54775672...
by deepa_shenoy
Mon Nov 23, 2009 4:11 am
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

I'm sorry, but what is a 'hex dump'? I have not used any Record Schema. Also, the value I am giving to the Null Field value is '\xAB' I notice the problem is because it is the LAST column. Field Delimiter is comma. Record Delimiter is NEW UNIX Line Final Delimiter is end Quote is double. Thanks in a...
by deepa_shenoy
Sun Nov 22, 2009 11:41 pm
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

I gave Record delimiter string=DOS Format in the Formats Tab. Sample data in the file which is getting rejected is: 0472 3599 INDUSTRIES, INC. AURN WA 980 3223 STREET, NE, UNIT 6 NULL NULL NULL NULL NULL 0 NULL NULL 100 3542 PRODUCTS, INC. OHAM NE 681 126 STREET NULL NULL CHUCK ODDO 402-333 NULL 0 N...
by deepa_shenoy
Sun Nov 22, 2009 10:34 pm
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

It did not work... any other solution?
by deepa_shenoy
Sun Nov 22, 2009 12:35 pm
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

Hi All,

Does anyone have any solution??

Thanks in advance.

Regards,
Deepa
by deepa_shenoy
Sun Nov 22, 2009 6:21 am
Forum: General
Topic: Unable to view data from a Sequential File Stage
Replies: 11
Views: 13700

Well, I was not very sure about my approach.If it is equivalent to being resolved then great! :o
by deepa_shenoy
Sun Nov 22, 2009 12:36 am
Forum: General
Topic: Unable to view data from a Sequential File Stage
Replies: 11
Views: 13700

Finally I was able to VIEW DATA!!!

I changed the Null Field Value to '\xAB' and Quote to 'double' for each column in the Columns tab by double clicking on its serial number.
by deepa_shenoy
Sun Nov 22, 2009 12:32 am
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

The error still persists.

I posted a new topic as the previous topic's subject line would have been misleading.
by deepa_shenoy
Sat Nov 21, 2009 9:33 am
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 21077

Field with 'delim=end' did not consume entire input

The source and target columns of the files have Varchar(1). 90% records are passed and 10% rejected. Why are the 10% getting rejected?

The error thrown is:

Sequential_File_9,0: Field "DP_Customer_Sol" with 'delim=end' did not consume entire input, at offset: 145
by deepa_shenoy
Sat Nov 21, 2009 9:09 am
Forum: General
Topic: Unable to view data from a Sequential File Stage
Replies: 11
Views: 13700

Yes... "Customer" is declared as Varchar(1) in the Source Seq File.
by deepa_shenoy
Sat Nov 21, 2009 8:59 am
Forum: General
Topic: Unable to view data from a Sequential File Stage
Replies: 11
Views: 13700

It is the last column of the source file. 90% of the records have moved to the target file from the source file. 10% are getting rejected.
by deepa_shenoy
Sat Nov 21, 2009 8:57 am
Forum: General
Topic: Unable to view data from a Sequential File Stage
Replies: 11
Views: 13700

But both source and target clumns are Varchar with length 1.