Hi Guys,
I have got QueryJSON column which gives me array of elements like this below
{
"comments": [
{
"text": "Congratulations!! The promo is so good and genuine, I’m sure the book is amazing. The title itself is so captivating. Good luck for another round of success.♥️",
"created_at": 1713240457,
"sentiment": 1,
"like_count": "",
"commenter": "aurabymona"
},
{
"text": "@masoomminawala I’ve been following your work for a little while now and have developed a deep admiration for your authenticity and relatability. This post made me smile, look forward to reading the book. 🤗",
"created_at": 1713170357,
"sentiment": 1,
"like_count": "",
"commenter": "nicole_machado_92"
},
{
"text": "Looking forward to reading it ❤️",
"created_at": 1713170450,
"sentiment": 0,
"like_count": "",
"commenter": "ridhi.khosla.jalan"
},
{
"text": "Many congratulations Masoom 🤗\nMore power to you and every girl who dares to dream and push herself through every challenge and struggle till she makes it ! Much love ♥️",
"created_at": 1713170222,
"sentiment": 1,
"like_count": "",
"commenter": "mindfulliving_by_manik_kaur"
}
]
}
This value is fetched via an API everyday and it gets stored in the JSON query column.
Is there anyway I can Put “text” and “sentiment” into a separate table, without using Make or Zapier?
I implemented it using Make but want to know wether there is any other way without using make.
Thank you in advance for your help.
Regards,
Dilip