You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Allow the map_to_list processor to convert multiple sources (map of key-value pairs) to lists of objects under different map_to_list_when conditions.
Describe the solution you'd like
Modify map_to_list processor to support this new configuration that allows multiple entries of source, target and map_to_list_when(optional) like shown below. The existing configuration is still supported. This is new config under entries needs to be added.
Is your feature request related to a problem? Please describe.
Allow the
map_to_list
processor to convert multiple sources (map of key-value pairs) to lists of objects under differentmap_to_list_when
conditions.Describe the solution you'd like
Modify
map_to_list
processor to support this new configuration that allows multiple entries ofsource
,target
andmap_to_list_when
(optional) like shown below. The existing configuration is still supported. This is new config under entries needs to be added.Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: