Projects tagged ‘file’ and ‘flat_file’


Jump to tag:

Projects tagged ‘file’ and ‘flat_file’

Filtered by Project Tags file flat_file

Refine results Project Tags java (2) parsing (1) delimited (1) fixed-length (1) library (1) flat (1) excel (1) parser (1) csv (1) text (1)

[2 total ]

2 Users
 

ZFileReader on SourceForge: a Java (1.4+) flat file parser that handles CSV, fixed length and custom delimiters. The formats are configured in XML, it is fast and released under Apache license 2.0. ... [More] Substrings in a fixed width parse can be daunting to deal with when trying to analyze what existing code is doing, and what about when you have no comments... We also provide delimited file parsing; works with any delimiter / qualifier, multiline records, delimiter or qualifier allowed in column value. [Less]
Created over 3 years ago.

1 Users
 

Chances are every programmer will end up having to manipulate structured text files at any point in his career. Those files are called flat files and, until now, you had to go through that same boring ... [More] script to work with them. You had to open the file, create a reader, then start reading and parsing line by line. No more. JFileHelpers is a library that automates the tedious task of parsing and creating structured text files. It handles fixed width or delimited files with Java annotations sweetness. [Less]
Created about 1 year ago.