Skip to main content
Question

Where did the Connection Break Attributes parameter go for the LineBuilder transformer in 2019.1?

  • October 17, 2019
  • 2 replies
  • 46 views

Forum|alt.badge.img

I am noticing in FME Desktop 2019.1 that the Connection Break Attributes parameter in the LineBuilder transformer is no longer available. I do still see it in the 2019.0 documentation. Does anyone know why it was removed or if it is still available?

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

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • 1442 replies
  • October 17, 2019

I think the Group By is now the parameter to use. For the why...hopefully some Safer will chime in about that :)


jovitaatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 635 replies
  • October 21, 2019

Hi @potterman81,

@itay is right, the 'Group By' parameter has replaced the 'Connection Break Attribute' one.

It looks like it was determined that the Line Break Attribute had the same functionality as a 'Group By' and 'Input Is Ordered By Group' set to Yes. In 2019.1, there's an additional grouping mode 'Process When Group Changes (Advanced)' to indicate that input is ordered already. (Here's the current LineBuilder doc if anyone wants to take a closer look into it).

The PathBuilder and the MeshMerger are other transformers that have undergone the same change from connection breaks to group by's. Hope that explains things!