Is there a setting to suppress fme_rejection_code attribute creation with DateTimeConverter Transformer?
Thank you,
Tyler
FME Workbench 2022.1
Is there a setting to suppress fme_rejection_code attribute creation with DateTimeConverter Transformer?
Thank you,
Tyler
FME Workbench 2022.1
Hi @townest No, there isn't. The value of fme_rejection_code from any transformer should be a helpful message about why that feature was rejected. You can use an AttributeManager, AttributeRemover, or AttributeKeeper after the DateTimeConverter to remove fme_rejection_code.
Hi @townest No, there isn't. The value of fme_rejection_code from any transformer should be a helpful message about why that feature was rejected. You can use an AttributeManager, AttributeRemover, or AttributeKeeper after the DateTimeConverter to remove fme_rejection_code.
Got it. Thx.