Page 1 / 1
The CoordinateExtractor transformer does extract all coordinates, but stores the values in a list. That list can be manipulated.
Two ways to store all coordinates in a comma separated attribute:
Use CoordinateExtractor followed by a ListConcatenator or
Use the CoordinateConcatenator transformer.
Hope this helps.