You are here:

File Parsers

I have written many different file parsers, mosly for delimited and fixed length files, but also for more complex files. This is a frequent requirement of automated code generators and also of data conversion routines.

It typically takes longer to figure out WHAT to do with the information to be parsed from a file, than it does to write the parser that does it.