Skip to main content

I am trying to update a feature class containing statistics. Basically i am using the following fields

  • fme_basename
  • fme_featuretype

and each value from the fme_db_operation (insert, upsert, update, delete etc) is the number of each

my problem is, that if there are no deletes i get no features coming through as expected, but how can i still send through the fme_basename, fme_featuretype, and for example the value of zero for the delete attribute.

I want to be able to add the total records, but obviously can not do that if there is no value, hence setting as zero.

From what i have, if there are changes then they go through the workflow as expected.

Regards

Andy

 

 

 

Sounds like a job for the NoFeaturesTester from the FME hub.


Reply