-
Oct 22nd, 2008, 11:57 PM
#1
How to read file line by line ?
Silly question. 
All the examples are treated the item in input file shall be delimited (org.springframework.batch.item.file.FlatFileItemR eader), are there easy way to read line by line ?
I suppose FlatFileItemReader shall not force me to use FieldSet for some case.
-
Oct 23rd, 2008, 06:15 AM
#2
-
Oct 23rd, 2008, 10:28 AM
#3
I'm a bit confused, it does read line by line? Different tokenizers determine how a FieldSet is created though.
-
Oct 23rd, 2008, 07:41 PM
#4
Yes, it is read line by line, but I want to read whole line, instead of delimited. so I don't need fieldSet for it.
Like.
GET:ABC,123456;BOOK,"SPRING BATCH COOKBOOK";
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules