Hello, @sandip_surse This solution will suit your needs:Transform the arrays using the following method:arrays_to_objects("birthDate", explode(Birthdate, "\|"), "XYZName", explode(PName, "\|"))I couldn't find the correct name for the 'Name' field in your schema, so I used 'XYZName' as a placeholder ...