Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple entries of source + target + map_to_list_when condition in map_to_list processor #5418

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

niketan16
Copy link

@niketan16 niketan16 commented Feb 5, 2025

Description

These changes add the support for multiple entries of source + target + map_to_list_when condition in the map_to_list processor.

Issues Resolved

Resolves #5380

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…ries format. And modify MapToListProcessor to convert the existing config to entries format and use entry objects for executing processor task.

Signed-off-by: Niketan Chandarana <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple entries of source + target + map_to_list_when condition in map_to_list processor
1 participant