For Developers

Automate your conversions using the RebaseData API

CURL

The following CURL command line example converts a Microsoft Access .MDB file to .CSV. Replace database.mdb with the path to the database you want to convert. The file output.zip will contain a .CSV file for each table or the error message if something went wrong.

curl -F 'files[]=@database.mdb' https://www.rebasedata.com/api/v1/convert?outputFormat=csv -o output.zip