Page 1 of 1

SEQ File Issue

Posted: Tue Mar 05, 2013 1:29 am
by dudam
Hi All,

My Source as Seq File
source data is like 9 "012 "34

I Need my out as -->901234

and need to do Seq file itself dont use any other stag

Plz help me ..

Thanks

Re: SEQ File Issue

Posted: Tue Mar 05, 2013 2:55 am
by ray.wurlod
dudam wrote: need to do Seq file itself dont use any other stag
Why?

It seems to me that this violates the "one task, one stage" philosophy for parallel jobs.

You could use a filter command in the Sequential File stage (such as tr for example) to eliminate the quote and space characters.

Posted: Tue Mar 05, 2013 3:43 am
by prasannakumarkk
In the before job subroutine, use the sed command to replace double quotes with nothing.