I dont see any formatting in code. I see an ArrayCollection getting saved into an CSV file. If I open it with Notepad I see that the file is a comma delimited. Have these commas been added by the output formatting? If yes, how can I use different delimiters?
Thanks On Wed, Dec 2, 2015 at 7:58 PM Justin Mclean <[email protected]> wrote: > Hi, > > CSV is comma-separated values, so I guess from the formatting into CSV? OR > do you mean comma’s in the data rather than as a separator? > > Thanks, > Justin
