Something like this: var chartDataFile:FileReference = new FileReference(); chartDataFile.save(projectData, "data.csv");
projectData is an ArrayCollection. Data.csv looks like this: 0-15-2015 14:37:00,14,1,0.5447975,0.5447975,-0.9986115,-0.9986115,19,21.9765,325.0004, 10-15-2015 14:37:05,14,1,0.5447975,0.5447975,-0.9986115,-0.9986115,19,21.9765,325.0004, 10-15-2015 14:37:10,14,1,0.5447975,0.5447975,-0.9986115,-0.9986115,19,21.9765,325.0004, I am not sure how these commas are making in. On Wed, Dec 2, 2015 at 8:10 PM Justin Mclean <[email protected]> wrote: > Hi, > > > I dont see any formatting in code. I see an ArrayCollection getting saved > > into an CSV file. > > Can you post a link to the code that does this? > > Thanks, > Justin >
