Hi @larue,
do you try a FeatureJoiner with "Geometry Handling: Aggregate Left and Right"? The result will be a Line and a Point (Aggregate) and the join of two tables.
Hi @larue,
do you try a FeatureJoiner with "Geometry Handling: Aggregate Left and Right"? The result will be a Line and a Point (Aggregate) and the join of two tables.
Ok, interesting. I see that it is like Aggregator, but gives a name to each component (Left and Right).
So then, how do you get them to show up as two separate attributes? I can see "Name" , with the Left and Right values in Feature Info, but they can't be readily selected in, AttributeCreator.
I think we are on the right track though. Many thanks!
Ok, interesting. I see that it is like Aggregator, but gives a name to each component (Left and Right).
So then, how do you get them to show up as two separate attributes? I can see "Name" , with the Left and Right values in Feature Info, but they can't be readily selected in, AttributeCreator.
I think we are on the right track though. Many thanks!
Hello again,
you can get the names with the GeometryPropertyExtractor. But I think I don‘t unterstand your goal-sry.
Ok, interesting. I see that it is like Aggregator, but gives a name to each component (Left and Right).
So then, how do you get them to show up as two separate attributes? I can see "Name" , with the Left and Right values in Feature Info, but they can't be readily selected in, AttributeCreator.
I think we are on the right track though. Many thanks!
I can see the GPE may work, but will have to get more familiar with Regex, I guess?
The goal is to output an excel file where it has one column for the polyline (left) and one for the point (right) in their respective row. The point is inside each of their respective polylines.
This will eventually be used in a Dynamo script that automatically creates a Revit model. I like FME because it is Dynamo-esque, but it requires a shift in mindset. My ideal app would have aspects of both.
Well, I figured it out:
The string replacer nodes are not part of this solution.
Enjoy