-
Dec 15th, 2008, 03:44 AM
#1
Tab as Delimiter for LineTokenizer
Hi,
is there a quick way to specify a TAB as the delimiter for a DefaultLineTokenizer in the JobDescription or do i have to do this by extending org.springframework.batch.item.file.transform.Deli mitedLineTokenizer or even org.springframework.batch.item.file.FlatFileItemRe ader?
Thanks for a short reply?
Dominique
-
Dec 15th, 2008, 04:19 AM
#2
Solution:
<property name="delimiter" value="\u0009" />
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