@cjhoward18 Thank you. This is renaming the arrays but as there is more than one fields in the object with same key name the output is just keeping the last instance.
@bojanvelevski Thank You. my requirement is to validate each field against different regex. I have used data validator with all possible regex I have and I was trying to rename the fields to corresponding regex name I have provided in data validator snap so that each field will be validated against associated regex. regex name will always be second and last element.
Attaching sample pipeline.
data-validation-regex_2021_08_05 (1).slp (15.3 KB)
If there is any other recommended approach to achieve this please let me know.