I found this solution on how to render csv using zf2 here: Zend Framework 2 - Rendering CSV data
The problem is the default separator is ','. I need to change it because some of the data content I'm rendering have commas in it.
My question is how do I change the default separator from ',' to tab or something else.
Thanks in advance!