I have an .csv coordinate file with the following header
num xc yc xmin ymin xmax ymax
I want to tranform the x/y coordinates on each line of this file to lat / long (LL84)
I am using the following workspace

The output file is a csv file with the lat/long. The problem I have is FME writing the lat/long to the output file in a different line for each pair of coordinates xc/yc , xmin/ymin, xmax/ymax and not in the same line as it is in the input csv. So the results look something like this,

Is it possible to get it to work or I have to output three different csv files and merge them ?
