Hi Team,
we creating the app and we load the data from the rest API.
We are getting the data from the API in the below JSON format:
{
"d":{
"payload":"it contains data in csv format"
}
}
We want to parse or render the data in "payload" section as a table. The csv data contains headers also. Please suggest.