bai2

Processing/reading .BAI2 files in java

给你一囗甜甜゛ 提交于 2019-12-11 13:07:56
问题 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 fairly complex and not being able to get it to work correctly. Just wanted to know the opinions/thoughts if there are any standard tools or ways to read .BAI2 files using java. And if it can be achieved using spring batch. Thanks in advance. .BAI2