BuildMap Connector Attribute || Delimited Source

Hi all,

I have developed a BuildMap rule, uploaded rule in the tenant using REST APIs.

But cannot find connector attribute of buildMapRule on the delimited file source that I am trying to update.

How do I patch BuildMap Rule to a delimited Source in IDN?

1 Like

Hi Yathish,

Please use this API and replace the value with the name of your rule:
PATCH /v3/sources/{id}
Content-Type: application/json-patch+json

[
{
“op”: “add”,
“path”: “/connectorAttributes/buildMapRule”,
“value”: “Example Rule”
}
]

Thanks,
Lisa Ivy

Hi Lisa,

Thank You for your response. I tested the patch and it worked.
Just wanted to let you know that there is no supporting information regarding this in the BuildMap Rule Documentation.

Hope this will be added.
Thank you.

2 Likes