The Point Cloud XYZ reader is great at reading large tablular data quickly, however I think it would be beneficial if it could create multiple point clouds based on an attribute in the table.
For example, utilising what i think would be the most obvious method, I would read in the entire table and create one point cloud feature. Lets say its 800 million points, but I have 1200 unqiue ids in that point cloud. I want to create a point cloud for each of those 1200. So I then use the pointcloudsplitter, but that is going to take ages.
I instead want to be able to choose an attribute in the reader, that holds those 1200 unique ids, and have a point cloud created for them when I first read in the data. I presume that it could be significantly quicker.