Page 2 of 2

Re: Large file to split

Posted: Mon Dec 18, 2006 9:06 pm
by ray.wurlod
vsi wrote:Thanks for u r response, Dsguru


I am sorry, i loaded the metadata

and the job design is as follow

seq.file -----> Transformer ------> multiple sequential files.

in the transformer i used the constratin

@INROWNUM<10000 ----- FIRSTFILE
@INROWNUM>10001AND@INROWNUM

like this i am using a condition for different sequential file,

but it is not working

is there any other method to split into multiple files.

Thanks in advance.
The split command in UNIX (it is available in Linux) will do this kind of split for you very efficiently. Get to a Linux prompt and read the man page for the split command.