You can use the todict() method on the built-in fields variable in a Transform node's ConfigureFields script to construct a dictionary representation of the input fields. You can then check to see whether the required fieldname is present as a key in the dictionary. If it is, the required field is present; if not, the field can be added to the output metadata.
If you don't assign a value to the output field it will have a value of Null, but you can explicitly assign a value of Null to the output if you want to do so for completeness.

------------------------------
Adrian Williams
Precisely Software Inc.
------------------------------
Original Message:
Sent: 02-17-2023 04:57
From: Dhinmar James Cayog
Subject: Equivalent of Default Emit in Data360
I want to output column Address as null if that column is missing in input. In LAE, we do this by default emit (null) as Address
How do I do this in Data360?
Thank you so much.
------------------------------
Dhinmar James Cayog
Knowledge Community Shared Account
------------------------------