Hi,
How can we set the set the limit for max features to write in the feature writer?
I have set the limit of 10,000 in max features to read in the feature reader; will that automatically imply to write 10,000 to the feature writer
Hi,
How can we set the set the limit for max features to write in the feature writer?
I have set the limit of 10,000 in max features to read in the feature reader; will that automatically imply to write 10,000 to the feature writer
Hi
This configuration on Reader will impact in your Writer.
Thanks in Advance,
Danilo
No, limiting the number of feature to read will not limit the number of feature to write.
The easiest way to limit the number of feature to write would be to use a Sampler just before your Writer/FeatureWriter :