Hi,
I use FeatureWriters in FME Workbench 2017 for inserting datasets in Postgres.
But when there are errors in my input data, like a string instead a boolean value, the row is not written in Postgres but FME doesn't detect the error, the row is counted like a correct insert and I have the message "Translation was successfull" at the end.
Of course, I could use AttributeValidators to detect such errors but I have a lot of fields and I wouldd like to avoid to inspect each field.
Â
Thanks in advance for any help,
Christian