Introduction
Data Pipeline makes it easy to add data conversion, data
processing, and data transformation to Java applications.
The toolkit has readers and writers for common file formats
(CSV, Excel, Fixed-width, JDBC) along with decorators that
can be chained together to process and transform data (filter,
remove duplicates, lookups, validation).
Data Pipeline can be licensed through either an Open
Source (GPL) or Commercial agreement.
Features
- Read & write CSV, fixed-width, Excel, database,
and more
- Built-in & custom transformations
- Run-time expression language for validation, filters,
and calculations
- Open source and commercial licensing
A Few Examples
Get
Started | Download