Open
Description
Kiichi Kuramoto opened BATCH-2538 and commented
FlatFileItemReader can not read a fixed-length file without line-ending, because it call BufferedReader#readline() at reading a record.
In general, a fixed-length file is often a line-ending not exist.
I would like to add new BufferedReader implementation for reading fixed-length file without line-ending (by specifying fixed-length size).
Affects: 3.0.7
2 votes, 10 watchers