Learn R Programming

paws.analytics (version 0.7.0)

entityresolution_get_match_id: Returns the corresponding Match ID of a customer record if the record has been processed

Description

Returns the corresponding Match ID of a customer record if the record has been processed.

See https://www.paws-r-sdk.com/docs/entityresolution_get_match_id/ for full documentation.

Usage

entityresolution_get_match_id(applyNormalization = NULL, record, workflowName)

Arguments

applyNormalization

Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER, and the data in the input table is in a format of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.

record

[required] The record to fetch the Match ID for.

workflowName

[required] The name of the workflow.