wso2 / product-micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
204 stars 221 forks source link

[Improvement] Improve enrich mediator to accept arguments/Xpath #3629

Open sajinieKavindya opened 1 month ago

sajinieKavindya commented 1 month ago

Description

Description : Improve enrich mediator to accept arguments/Xpath

eg:

<enrich>
<source type="inline" clone="true">
<agentAddress>
<line1>${//agentStreetAddressLine1}</line1>
<line1>${//agentStreetAddressLine2}/line1>
<line1>${//agentStreetAddressLine3}</line1>
</agentAddress>
</source>
<target type="property" property="agentAddress"/>
</enrich>

Steps to Reproduce

No response

Affected Version(s)

No response

OS, DB, other environment details and versions

No response

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response