I ahve a query regarding writing out coordinates to a csv file. Been pulling my hair out trying to sort it for the last while but can't figure it out. I reckon i'm either missing something stupidly small or it just can't be done!
Basically my simple workspace is reading in a .tab file, using the CoordinateConcantenator to retrieve each feature's coordinates and then using an AttributeSplitter to split the coordinate values into sperate list attributes.
When I write it to a csv file the first Row contains the attributes of the first feature, second row containing the attributes of the second feature and so on...
What I want to do it have the first Column of the csv containing the first feature, second column containing the attributes of the second feature etc, so basically flipping the layout of the csv file.
Any suggestions greatly appreciated!
Cheers,
TK