Skip to main content
Solved

What is the best transformer/s for transposing (shp) results into a csv file?

  • August 10, 2017
  • 2 replies
  • 27 views

Forum|alt.badge.img

Best answer by erik_jan

I believe the most required transformer will be the AttributeManager for renaming, concatenating and creating attributes.

As CSV does not allow geometries the CoordinateConcatenator will also be useful.

But so many more options are available, depending on your data.

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.

2 replies

erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • August 10, 2017

I believe the most required transformer will be the AttributeManager for renaming, concatenating and creating attributes.

As CSV does not allow geometries the CoordinateConcatenator will also be useful.

But so many more options are available, depending on your data.


Forum|alt.badge.img
  • Author
  • August 10, 2017

I believe the most required transformer will be the AttributeManager for renaming, concatenating and creating attributes.

As CSV does not allow geometries the CoordinateConcatenator will also be useful.

But so many more options are available, depending on your data.

Thank you, will give the AttributeManager and the CoordinateConcatenator a try.