add method

add(document_field_name, data_source_field_name)

Adds a new field mapping.

def add(self, document_field_name: str, data_source_field_name: str):
    ...
ParameterTypeDescription
document_field_namestrCase-sensitive name of the mail merge field in the document.
data_source_field_namestrCase-sensitive name of the field in the data source.

See Also