change name of property in a list to list nested json using JOLT
I am news to jolt json transformation. So looking for help in transforming nested json having list of values to nested json with list as following. Input json { "userData": [ { "userId": "1", "age": "20", "firstName": "firstname1", "lastname": "lastname1",…