This is the project homepage of fileparser, that is visible for all project members.
Please note that this is a full-blown wiki page, so click Edit to customize it as you wish.
Project Info
Description
Flat file parser , as the name suggests, parses a flat file (either comma delimited or fixed length columns) and converts each record in the file to a Java Object of your choice. You use Java 5 annotations on your java bean classes to denote which columns are mapped to which columns in the file.
The documentation can be found at my blog site here or in a word document in the download zip.
The download can be located on the right hand-side navigation under Documents (sorry thats the best i could figure out).