-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
in: infrastructurestatus: ideal-for-contributionIssues that are ideal for contribution by the communityIssues that are ideal for contribution by the communitystatus: waiting-for-triageIssues that we did not analyse yetIssues that we did not analyse yettype: feature
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
Metadata
Metadata
Assignees
Labels
in: infrastructurestatus: ideal-for-contributionIssues that are ideal for contribution by the communityIssues that are ideal for contribution by the communitystatus: waiting-for-triageIssues that we did not analyse yetIssues that we did not analyse yettype: feature