| Author |
Spring Batch - Issue in reading & writing the quoted fields
|
sen kum
Greenhorn
Joined: Mar 05, 2012
Posts: 1
|
|
Hello All,
I am novice to spring batch. I am trying to read and write a delimited file. Your help would be really appreciated.
In the csv, I will be getting two kinds of data.
1111,AAA,BBB,333
2222,CCC,"DDD,EEE",444
With the Aggregators and tokenizers, I could read and write the above lines. But, the quotes in the second line is not getting written in the output file. I am getting the output as 2222,CCC,DDD,EEE,444. I tried using the DelimitedLineAggregator. Please advise me on how to get the exact lines printed into the output file.
Thanks for your help.
Sk.
|
 |
 |
|
|
subject: Spring Batch - Issue in reading & writing the quoted fields
|
|
|