Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Gartner® Magic Quadrant™: 15 YEARS A LEADER - GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Text mining with QlikView

Hello everyone,

Actually, I am intending to connect QlikView to an Opensource that connects with social networks for text mining. So, I am trying to find an Opensource that connects at the same time to QlikView and to social networks. Please is there any suggestions?!

I do really need your help to resolve the problem of connection QlikView and social networks for text mining

Thank you ! 

5 Replies
swuehl
MVP
MVP

You can look into QVSource to connect to social media:

QVSource - The QlikView & Qlik Sense API Connector (Home)

Not applicable
Author

Hello !

Actually, I have to purchase the Qvsource and I can't make for the moment. I have to look for an other alternative in order to carry out the text mining !

Thank you

Levi_Turner
Employee
Employee

Unless those services have relatively open APIs, so you can pull in the data in JSON or somesuch and format in QlikView, ODBC/OLE DB access, then you're not going to be able to connect to social networks for data mining purposes, at least directly.

QV Source listed above is one option, and certainly easier than scripting your own Python or Ruby scraper to connect to their APIs and output the results into a text file for analysis.

Not applicable
Author

Hello Levi,

Do you have any idea how to integrate Python with QlikView? I have tried so with R and I have faced problems of Licence.

Lot of thanks !

Levi_Turner
Employee
Employee

It wouldn't be an integration per se. You'd use a python script to scrape the data from Twitter (e.g. computermacgyver/twitter-python · GitHub) or where-ever to form the data you pull into QlikView. Most if not all social media sites worth scraping have APIs but require tokens or secret keys which do not interact well with QlikView.