Hello,
I have a sequence of points along a line. I have to detect change in an attribute (called "framing") of a point from its previous point. The points are sequential. Sequences are stored as an attribute too "sequence". I imagine I can use an AttributeCreator to create a new attribute called "change" and make the value conditional. Problem is, I am not good at RegEx or conditional statements to know what would be useful.
I need to compare the "framing" attribute with only the previous point within the sequence. Not the one ahead.
I have been trying to follow the example in the thread below but no luck.
https://knowledge.safe.com/questions/33705/compare-attributes-from-two-features.html
Eg, if there is a way to compute something along these lines:
IF point.framing = point(sequence-1).framing
Then, Change = No.
Any help will be appreciated.
PS: Working with FME 2016.0