Can you please point us if we have any setting available in the current API to generate the file with Quotes
Something like
"amount","date","id"
Thanks
Srinivas
Can you please point us if we have any setting available in the current API to generate the file with Quotes
Something like
"amount","date","id"
Thanks
Srinivas
Just create a FieldExtractor wrapper that puts quotes around the fields. Then you can wire that into the DelimitedLineAggregator.
works Thanks for the response