I am merging a number of feature classes into one. I would like to test the featurecount written with featurecount read.
I am using a FeatureWriter and a VariableSetter/VariableRetriever to get feature count written and read respectively. However in my tester, the variable set in VariableRetriever is not available in the Tester to compare against _total_features_written.
Input -> VariableSetter ->VariableRetriever -> FeatureWriter ->Tester
Any suggestions ?