Skip to main content
Solved

Hi, How can I copy data from say a CSV file with one record too many records from another file? If you have a common record header you can use the feature merger but I don't have anything common. Is there a way to do that?

  • October 23, 2020
  • 2 replies
  • 24 views

jan-henk
Contributor
Forum|alt.badge.img+2

Problem

Best answer by jdh

You can use the featureMerger.

 

you can set both the requestor and supplier join on values to a constant like 1 rather than an attribute.

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

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • Best Answer
  • October 23, 2020

You can use the featureMerger.

 

you can set both the requestor and supplier join on values to a constant like 1 rather than an attribute.


jan-henk
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • October 24, 2020

Thanks thats is a nice trick 👍