Hi Guys,
I have followed the video
And I am fetching the response of the API
My response is as follows
[
{
"text": "Hi, this kurti from?",
"created_at": "Wed, 17 Apr 2024 03:00:41 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "@soniasingh9798"
},
{
"text": "Ap long hair mein jyada achhe lagte ho",
"created_at": "Tue, 16 Apr 2024 10:06:40 GMT",
"sentiment": 0,
"like_count": 4,
"commenter": "@meghanadesai4730"
},
{
"text": "What you think about your family planning 🤔",
"created_at": "Tue, 16 Apr 2024 16:40:28 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "@KanchanSingh-ic4fy"
},
{
"text": "Uh explained very well ❤you r my fav❤ i loved your dressing sense❤❤",
"created_at": "Tue, 16 Apr 2024 14:17:49 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "@bhpdecencysagar"
},
{
"text": "Your hair looks great!! Loving the colour on you 🎉",
"created_at": "Tue, 16 Apr 2024 10:05:56 GMT",
"sentiment": 1,
"like_count": 7,
"commenter": "@akshitarmundhra1830"
},
{
"text": "Prerna di you are the inspiration ❤",
"created_at": "Tue, 16 Apr 2024 13:08:13 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "@shinewithamu9921"
},
{
"text": "Hey gorgeous Prerna you look stunning in this suit. Plz share details of this outfit",
"created_at": "Wed, 17 Apr 2024 07:05:04 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "@yuvdhruv6739"
},
{
"text": "This is not even supplement....there is doubt over how much if it actually gets absorbed",
"created_at": "Wed, 17 Apr 2024 03:53:33 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "@reet25meet"
},
{
"text": "❤❤❤",
"created_at": "Tue, 16 Apr 2024 13:08:08 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "@neelamchhabra3378"
},
{
"text": "I take supplements too. And I I'm in love with the kurta you are wearing , can you u share from where have you purchased it?",
"created_at": "Tue, 16 Apr 2024 11:55:06 GMT",
"sentiment": 1,
"like_count": 1,
"commenter": "@prakratijain5118"
},
{
"text": "Yeah Uk london main available hai kya? Is der any side effects ?",
"created_at": "Tue, 16 Apr 2024 11:22:44 GMT",
"sentiment": 0,
"like_count": 2,
"commenter": "@Unnati_Thakur04"
},
{
"text": "Dress link plz..",
"created_at": "Tue, 16 Apr 2024 21:03:47 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "@muskansachora4773"
},
{
"text": "Why u go fr paid promotion?",
"created_at": "Tue, 16 Apr 2024 15:02:14 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "@bindukai4999"
},
{
"text": "Pehle bhi apke hair asche lgte the pr ye wale to look like celebrity",
"created_at": "Tue, 16 Apr 2024 10:24:37 GMT",
"sentiment": 0,
"like_count": 1,
"commenter": "@mayankrajsingh7651"
},
{
"text": "Checkout my feed @riyubathija for fashion related content every alternate day👍",
"created_at": 1672143081,
"sentiment": 0,
"like_count": 0,
"commenter": "riyubathija"
},
{
"text": "Land le le mera",
"created_at": 1672744208,
"sentiment": 0,
"like_count": 0,
"commenter": "thar__love__india"
},
{
"text": "To throw an epic christmas party ...1st - have enough MONEY 😂😂",
"created_at": 1672131590,
"sentiment": 0,
"like_count": 0,
"commenter": "lovelicious__143"
},
{
"text": "No the most important thing is 1- have enough MONEY 😂😂😂",
"created_at": 1672131524,
"sentiment": 0,
"like_count": 0,
"commenter": "lovelicious__143"
},
{
"text": "Earring pdetails plz",
"created_at": 1671971899,
"sentiment": 0,
"like_count": 0,
"commenter": "shwetavrinda"
},
{
"text": "Red lips look fabulous on you",
"created_at": 1671947448,
"sentiment": 1,
"like_count": 0,
"commenter": "fashionistaspeaks"
},
{
"text": "Purple Outfit from ?",
"created_at": 1671910622,
"sentiment": 0,
"like_count": 0,
"commenter": "muskanhasija18"
}
]
My doubt
How can I make it such that parsed data is fed into each row in my table Meaning Each items is fed to different rows.
Right now I am able to have them coma separated in the single column.
I need to move each element into each rows so that I can display it as list view.
Also need to attach corresponding “sentiment” value in the next column
Thank you in advance for your help.
Regards,
Dilip