Projects tagged ‘flat_file’


[6 total ]

25 Users
   

The FileHelpers are an easy to use .NET library written in C#. Is designed to read/write data from flat files with fixed length or delimited records (CSV). Also has support to import/export data from ... [More] different data storages (Excel, Access, SqlServer) DevBlog at: http://blog.filehelpers.com [Less]
Created over 3 years ago.

3 Users
 

FlatNuke is a CMS (Content Management System) that makes no use of a DBMS but is instead based exclusively on plain text files (hence the name).
Created over 3 years ago.

3 Users
   

Lanius CMS is a light-weight PHP dynamic web authoring and content managment system with an embedded flat file database and support for any other database system. High speed, best security, fully ... [More] internationalized and customizable. Works on any PHP4/PHP5. Long-term goals The goals of this project are to deliver a mature and stable product, to maintain the system as an open source software and to foster growth of the Lanius CMS community. [Less]
Created over 3 years ago.

2 Users
 

FlatPack came out of the frustration of having to mix file parsing logic with business logic. FlatPack on SourceForge: a Java (1.4+) flat file parser that handles CSV, fixed length and custom ... [More] delimiters. The formats are configured in XML, it is fast and released under Apache license 2.0. 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 2 years ago.

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.