|
|
Variable Length Records possible ?
Hi, Spring Batch performed well with Fixed length, delimited amp; XML files.
Variable Length Records having no predefined structure then how to configure through Spring Batch ?
Basically i am converting 4 type of files (Fixed Length, Variable Length, Delimited amp; XML) to Oracle DB.
Pls help
Thanks,
You can implement LineTokenizer for your variable length fields. If you have any suggestions for generic implementations, we'd like to see them too. |
|