Currently, only fields specified either in mapping_fields, get_extra_fields or required_fields are pulled through. However, computed_fields should always be carried through as well; at minimum there should be a check/warning if a computed field is not present in the output file.
Currently, only fields specified either in
mapping_fields
,get_extra_fields
orrequired_fields
are pulled through. However,computed_fields
should always be carried through as well; at minimum there should be a check/warning if acomputed field
is not present in the output file.H/T to @arhstevens