BAI2 file format is a specialized and standardized set of codes used for cash management by the Bank Administration Institute (BAI). BAI2 files come to an account holder from a bank.
Questions tagged [bai2]
2 questions
1
vote
1 answer
BAI2 File needs to be load into SSIS
How can I load BAI2 file to SSIS?
.BAI2 is an industry standard format used by the banks. Below is the one truncated example
01,021000021,CST_USER,110520,1610,1627,,,2/
02,CST_USER,089900137,1,110509,1610,,2/…

Pavan
- 15
- 3
1
vote
1 answer
Processing/reading .BAI2 files in java
I am working on reading .BAI2 files and processing transaction records using java. I have been exploring various options like reading and parsing .BAI2 file using plain java file IO, using spring batch etc. But i am finding the .BAI2 file structure…

ivish
- 572
- 11
- 35