Skip to content

Cannot read a fixed-length without line-ending. [BATCH-2538] #1064

Open
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions