Yathish
(yathish Ponnana)
September 21, 2021, 1:02pm
1
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
lisa_ivy
(Lisa Ivy)
September 21, 2021, 1:19pm
2
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
Yathish
(yathish Ponnana)
September 22, 2021, 4:58am
3
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