We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

Database to CSV

“Database to CSV” allows to back-up data from database(Oracle, MySQL, SQL Server) in the form of CSV files.
Each table data is stored in a separate CSV file.

It also allows to load data from CSV files into the database.

Program can be run from UI or from command line.

There’s one more advanced feature which allows merging of data from CSV file to Database.
It is only available from command line.
(It will take foreign keys and unique keys into consideration and then try to insert data with minimum change as possible).

Note:
1) If tables do not exist, this program will not automatically create table while loading data from CSV.

Today’s small-to-medium-sized (SMB) businesses and large enterprises are saving on their monthly communications costs by making one simple decision: to switch to a VoIP service solution from their old, outdated Plain Old Telephone Service (POTS). By choosing a new VoIP service, these companies enjoy the flexibility, reliability, call features, and audio quality that only a VoIP service can provide. Plus, they cut their phone bill by up to 70%!

Website https://databasetocsv.sourceforge.io/
Tags
License
Platform
Features
  • Supports Oracle, SQL Server and MySQL Database
  • Supports migration of data between Oracle, MySQL and SQL Server Database with same table structure
  • Supports storing/loading of large objects (CLOB, BLOB, LONGVARBINARY etc)
  • Export entire database to csv files
  • Database backup tool
  • Database migration tool