Page 1 of 1

do not sort data into sequential file

Posted: Mon Apr 11, 2011 7:09 am
by thesri
Hi,
I have a job which writes data into a sequential file from transformer stage, where i sort the data based on 4 columns. Out of these 4 columns, only one column is mapped into output sequential file.

My requirement is to get the previously sorted data into sequential file as it is. Currently collecting method is Auto in sequential file and data sorting is lost.
Can any one help me in preserving previously sorted data while writing into a sequential file.

Thanks in Advance.

Sri

Posted: Mon Apr 11, 2011 8:43 am
by jwiles
Have you looked at what other collection methods are available on the input link to the sequential file stage? I suspect that if you do you will easily find the appropriate method.

Regards,