Page 1 of 1

How to append the data????

Posted: Wed Jun 15, 2005 2:18 pm
by rajkraj
I have 4 sequential files with same fields(no keys) but different data...how can I make those 4 files to 1 sequential file. Help me...

thanks in advance.

Raj

Posted: Wed Jun 15, 2005 2:45 pm
by vinaymanchinila
Use a link collector at the end and write it to one flat file, hope it helps.

Re: How to append the data????

Posted: Wed Jun 15, 2005 2:46 pm
by rcil
Raj,

You can use a UNIX cat command to concatinate all the 5 files into one by executing the command using ExecSh in before or after routine based on your requirement.

Hope that helps.

Posted: Wed Jun 15, 2005 3:26 pm
by Sainath.Srinivasan
You can write your cat command in the sequential file as filter.

Posted: Wed Jun 15, 2005 3:30 pm
by ray.wurlod
Process them in separate jobs, run consecutively, with the writing rule set to Append.