HI

I need to generate a flat file. I want to know if i can make use of
perl or any other scripting language to automate it.
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 say CSV.

The CSV in turn contains large number of claims . Each claim will have
around 200 fields, some of the fields are optional. I have the set of
rules which defines each field value (like length, type, optional/
mandaory etc)

I need to generate different flat files, with diferent number of
claims in it with different conditions derived from the set of the
rules that defines fields in a claim.

If it is possible to do it using the perl or any other scripting
language, what would be the approach.

Regards,
Satya.



Regards,
SUHAS.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to