Hi I'm a new user to FME, but I am familiar with model building.
I have a process that takes LiDAR point clouds and turns them into DEMs. A branch of this process takes the outline of the initial point cloud and clips the DEM to the point cloud boundary. There are two possible point cloud outlines created by this process (depending on if there are holes in the data).
How do I get the clipper to use outline A if it exists, else use outline B?
I know the logic required here, I just can figure which transformers / settings / parameters to use to get this process to run