Posted on 2008-06-21 20:59:16-07 by sardare
cpan module for data parsing
Hi, I need to parse data from many data sources which provide their data files in different formats along with a specification to parse the data. The data gets parsed into different formats as required by our systems. So there is: - Input data - Parse Specification - Output format - Output data The specification looks something like -- fieldA is from character 9 to 14 or field B is ... The files are all text files. Since this seems to be a common problem, I am wondering if there is a small framework/module in CPAN that I could use for this purpose. I can extend it to adapt to my own problems. But the idea is to make this as extensible and manageable as possible since there can be new data sources, change in specification or new specification, and change in output format. Any suggestions are most welcome. thank you, Sam
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.