Skip to main content

Hi. I have multiple connections to my shapefile output.

I want the attribute from one connection that has a value of columns Latitude and Longitude as 0 and 0 to be written at last.

I have already tried using FeatureHolder but, the output is just usual.

Any solutions for controlling the flow of features in the writer?

Hi @dewan, I think the FeatureHolder works as expected if you use it in conjunction with a Tester, as in:


Reply