Re: Generating flat file.

2007-09-08 Thread Spiros Denaxas
On Sep 7, 6:11 pm, [EMAIL PROTECTED] (Tom Phoenix) wrote: > On 9/6/07, Satya <[EMAIL PROTECTED]> wrote: > > > If it is possible to do it using the perl, what would be the approach. > > I recommend designing an algorithm, then writing Perl code to > implement it. Perhaps a main loop should read the

Re: Generating flat file.

2007-09-07 Thread Tom Phoenix
On 9/6/07, Satya <[EMAIL PROTECTED]> wrote: > If it is possible to do it using the perl, what would be the approach. I recommend designing an algorithm, then writing Perl code to implement it. Perhaps a main loop should read the data, process it, and write it out to the new file. Have you written

Generating flat file.

2007-09-07 Thread Satya
HI All, I need to generate a flat file. I want to know if i an make use of perl. My program reads flat file as input , does some validations based on defined rules and gives back the output as a flat file. The flat file is CSV. The CSV in turn contains large number of claims . Each claim will hav