I have an empty file geodatabase that I am loading data into. Many of the fields in the target FGDB have default values assigned. I'd like for those to be honored when loading data. Note that the fields in question do not have corresponding fields in the data being loaded, so no values will be brought over from it. I end up with null values instead of the defaults. Is there a way to accomplish this other than calculating each field outside of the append or load commands?