Skip to main content
Question

Measures in Rubbersheeter get lost from FME 2018 onwards

  • November 13, 2019
  • 1 reply
  • 14 views

jelle
Contributor
Forum|alt.badge.img+21
  • Contributor
  • 122 replies

For a customer, I am upgrading a FME 2015 Workflow to FME 2019. At some point, an FFS file with measures is written. In a later stage, it is read with a FeatureReader. It still contains the Measures, 0 for the starting point, 100 for the ending point. After passing through the Rubbersheeter, they are lost.

The customer still has older versions available. It still works in the 2016 and 2017 versions. From FME 2018.1 (I do not have the 2018.0 version) onwards, the rubbersheeter does not output the measures. However, it is not possible to upgrade the transformer. It still has the same name. In the 2019.0 version, you can upgrade (adding the group by possibility), but the measures behaviour is still the same.

Anyone else having this problem?

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

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • November 13, 2019

Hi @jelle,

I created a problem report for the missing measures, and will notify you as soon as it is fixed.

To work around this limitation, please add a MeasureExtractor before the RubberSheeter to extract the whole line measures to a list, then a MeasureSetter transformer after the RubberSheeter to restore the whole line measures from that list.