How can i export CSV output without attribute name? I am transforming a CSV file with East North coordinates but in output the first data is the name of the "_result" attribute that I would like to delete (attached image).
@giuseppecfgeo It looks like you might be better off using the Text File writer. My guess is that your building the comma separated list in FME as a single attribute. If that's the case Text Line is a better fit. than CSV.