Skip to main content
Question

How to send through the value of zero if no features coming through...

  • June 9, 2023
  • 1 reply
  • 72 views

ingalla
Contributor
Forum|alt.badge.img+10

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

 

 

 

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • June 9, 2023

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