Page 1 of 1

MetaData Defination

Posted: Mon Aug 13, 2007 9:11 am
by devsonali
Hi All

I have a simple test job

Seq File - Aggregator - Seqfile

Currently the input seq file has three columns
Name(varchar) SAL(Varchar) Number (Numeric0

When I try to view the data from the input file it shows only the first and last rows of data if I define the datatype for Number Column as Numeric and If I Change the datatype to integer it shows me all the input rows
Here is how the data looks for Number column
5
6
6
7
23
34
45
34


What do you think might be the issue ?

Thanks

Posted: Mon Aug 13, 2007 3:41 pm
by ArndW
If you are only seeing the first and last rows, I would expect that you get a warning message of some type; if not during the 'view data' call then at runtime. These messages will help clear up the question.