Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
sivarajs
Specialist II
Specialist II

Connect Social Media without using tool

Hi,

I would like to know whether we can connect the social media like facebook,twitter etc., from qlikview directly without using tool or not. If yes suggest me the way to do.

Regards,

Sivaraj

5 Replies
Anonymous
Not applicable

You can use feeds of you can directly load the tabular data from the specific html file.

But what the tools or connectors do is , they provide you all the related data with your credentials as a database having all tables respectively.

jagan
Partner - Champion III
Partner - Champion III

Hi,

We have to use connectors for getting the data from Social Media, without this it is bit difficult.  You can get various connectors from QVSource.com.  Otherwise we can also create connectors if you don't want to buy form third party.

Regards,

Jagan.

sivarajs
Specialist II
Specialist II
Author

Thanks you for your reply. Could please explain me bit more about creating connectors?

Anonymous
Not applicable

Hi Jagan,

Please help us in explaining how to build connectors.....

It would be a great help...

jagan
Partner - Champion III
Partner - Champion III

Hi,

There can be sources of data which are not available through ODBC  or OLE DB sources and are not readable as flat files. QVX (QlikView  data eXchange) is a file/stream format for data which allows you to  create your own connector for input into QlikView. A QVX formatted file  contains metadata describing a table of data and the actual data.  The  QVX SDK contains two examples (with sample c# code) of extracting data  from the Windows Event log for both QVX file production and streaming  data directly into QlikView.

QVX File Format Specification

QVX Instructions

QVX Libraries and Examples

Regards,

Jagan.