BATCH-700:Samples data off by one character.

This commit is contained in:
lucasward
2008-07-04 04:11:26 +00:00
parent 4156e441ba
commit fa5bcc3344
2 changed files with 3 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
123451234567890123451234567890123456789012345123456789012345678901234567890
Mr Tomas Slanina 29 BratislavaPeter Charles
Mr George W. Bush 31 Washington
Mr Tomas Slanina 29 BratislavaPeter Charles
Mr George W. Bush 31 Washington

View File

@@ -22,8 +22,7 @@
</bean>
<bean id="defaultLineTokenizer"
class="org.springframework.batch.item.file.transform.FixedLengthTokenizer">
<property name="columns" value="1-120" />
class="org.springframework.batch.item.file.transform.DelimitedLineTokenizer">
</bean>
<bean id="parentLineTokenizer" abstract="true"