On Sunday, November 23, 2014 3:37:52 PM UTC-5, Pileas wrote: > > > One last question that I have is whether we can use some kind of delimiter > that can give us the result in a csv file, but not in one column, but > rather in deifferent ones. >
It's better to just print out the file in the format you want by querying the result with getValue(). You could use the built-in writecsv().
