共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > DataFlush |
DataFlush
|
1 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
DataFlush is a tool that allows you to move your data from a source to a destination. Sources and destinations could be:
- a database
- a csv file
- a fixed width file
So you can use DataFlush for:
- extracting data from a database to a file
- importing data into a database from a file
- moving data from one database to another
- trasforming data files
DataFlush is completely written in Java so you can use it with any OS.