document_field_name property

FieldMergingArgsBase.document_field_name property

Gets the name of the merge field as specified in the document.

@property
def document_field_name(self) -> str:
    ...

Remarks

If you have a mapping from a document field name to a different data source field name, then this is the original field name as specified in the document.

If you specified a field name prefix, for example “Image:MyFieldName” in the document, then FieldMergingArgsBase.document_field_name returns field name without the prefix, that is “MyFieldName”.

See Also