Automate your conversions using the RebaseData API
At first make sure you have the PyPi package poster installed. On Ubuntu you can install it in the terminal like this:
apt-get install python-posterCreate a Python file example.py with the following code to read your BAK file. Don't forget to replace the example file paths with the actual ones.
from poster.encode import multipart_encodeAfter running the command, try to open /tmp/output.zip. The archive contains CSV files that you can read easily with Python.
The RebaseData PHP-Client internally uses our API to convert the MSSQL BAK file to a standardized format. Then you can read the data using PHP as shown above.