Hello,
I have an integration with social concert which store data in Data set project every time when my company name is mention in the SC.
the problem is the data saved with html tags and i can’t use it for reports / dashboard and it set the NPS score to -100:
json:
2. Trigger Event
Capture Next Event
Payload :
{ "id": "string", "author": { "id": "string", "name": "string", "url": "string", "img": "string", "tags": "string", "managed": "boolean" }, "location": { "continent": "string", "country": "string", "city": "string", "region": "string", "longitude": "string", "latitude": "string" }, "message": { "title": "string", "content": "string", "language": "string", "sentiment": "string", "type": "string" }, "source": { "category": "string", "service": "string", "id": "string", "in_reply_to_message_id": "string", "url": "string", "profile": "string", "profile_name": "string", "sender": "string" }, "topic": { "id": "number" }, "permalink": "string", "date": { "published": "number" }, "tags": "string", "part_of_cases": "string", "action_links": "array" }
How can i remove the HTML tags from data before data stores in the data project?