BATCH-1308: FixedLengthTokenizer's 'names' property may not have spaces
This commit is contained in:
@@ -907,7 +907,7 @@ UK21341EAH4521535.11customer5</programlisting>
|
||||
|
||||
<programlisting><bean id="fixedLengthLineTokenizer"
|
||||
class="org.springframework.batch.io.file.transform.FixedLengthTokenizer">
|
||||
<property name="names" value="ISIN, Quantity, Price, Customer" />
|
||||
<property name="names" value="ISIN,Quantity,Price,Customer" />
|
||||
<property name="columns" value="1-12, 13-15, 16-20, 21-29" />
|
||||
</bean></programlisting>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user