Question
Dynamic Headers List and Values Into CDT
Hi Team,
I have a requirement that I am getting the data from external system in the form of list of string.
For Example headers: {"name", "Address"}, data: {{"Test 1", "Test2"}} I have to convert this data into list of dictionary like : {{name: "Test 1", Address: "Test2""}}
Since the field headers are also dynamic can you please help any functions or logic to convert the data into list of dictionary.
Thanks in Advance
