Hello all,
Can someone tell me how can I output Fixed length line without a transformer?
For ex, in order to create a bean by reading a file I can define FixedLengthTokenizer and attach that to my FlatFileItemReader and specify my mapper.
Is there something similar for writing it out?? Instead me creating a transformer? LineAggregator helps me to specify the location of fields but which field should go where? Where do I specify that in config file?
Thanks!


Reply With Quote