Hi Guys, is it possible to create a comma separated list of results with this module. I'm not talking about a CSV File which puts each result on a new line, I want each result on the same line separated by a comma.
Basically i need to pump out a list of user emails comma separated to insert into a CRM or similar.
I thought it might be possible with the TXT file option but that puts two square brackets above and a bunch of hyphens below each result.
Surely it would make more sense to remove all automatic formatting from the TXT option then we can use the "rewrite" option on fields to create exactly the formatting we need, or maybe add another option, for "No formatting" or something.
Does anyone know how I can achieve this, thanks guys.
Comments
Comment #1
steven jones commentedYou can override the templates used for the CSV output, and then change the line ending to be nothing, and then everything will be on the same line.