Skip to main content
Question

Besides I had selected "All Coordinates" in CoordinateExtractor Transformer, only the first coordinate is extracted. How can I get all coordinates extracted?

  • February 14, 2017
  • 1 reply
  • 11 views
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • February 14, 2017

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.