Categories: Persistence - Data-tier, Reporting
Latest version: 2.0Added 2006-03-01Updated 2007-04-10
Framework to import/export data from fixed length or delimited files.Features include:- support for importing/exporting data from different data sources like Excel, Access, SQL Server, etc.- Auto Converters: set of converters for the basic types; can be extended to provide custom converters- Run-time Classes: create your record class at run-time, load them from files with source code or an XML description- Master-Detail: read and write records with a master/detail pattern- Multiple-record format support: read files with different record layout; you can also read files with some delimited and some fixed-length records- Event support: The engines of the library contain some events to let you extend the behavior of the library- Excel Storage: extract/insert records between any source and an Excel file- DataLinks: extract/insert records between a database and a file- GenericDataLink: copy records between two Data Storages- Asynchronous Mode: read line by line and not a whole file- File Transform Engine: convert files in one format to another- Progress Notification: get notified of the progress in each operation in the library- FileDiffEngine: compare files with the same record layout