
BAI Viewer
here is video with detailed steps how ot install and use BAI file Viewer:

here is video on how to convert BAI bank file To Excel spreadsheet:
here is an example of running "BAI To Excel" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\BAIToExcel\BAIToExcel.exe" baifile.txt outputfile.xlsx

here is video on how to convert BAI file To Csv data file:
here is an example of running "BAI To Csv" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\BAIToCsv\BAIToCsv.exe" baifile.txt outputfile.csv

BAI To Sql
here is video on how to convert BAI (Bank Administration Institute) files To Sql script:
If you want to automate of the conversions of bai2 files - there is possibility to run app from command line, here is an example:
"C:\Program Files (x86)\WhiterockSoftware\BAIToSql\BAIToSql.exe" BAI2.txt out.sql
Where BAI2.txt is my input bai2 file and out.sql is the name of result sql file that will be created.