Results 1 to 3 of 3

Thread: Generate CSV with quotes for each column

  1. #1
    Join Date
    Oct 2009
    Location
    Minneapolis, MN
    Posts
    137

    Question Generate CSV with quotes for each column

    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

  2. #2
    Join Date
    Feb 2008
    Posts
    488

    Default

    Just create a FieldExtractor wrapper that puts quotes around the fields. Then you can wire that into the DelimitedLineAggregator.

  3. #3
    Join Date
    Oct 2009
    Location
    Minneapolis, MN
    Posts
    137

    Default

    works Thanks for the response

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •