Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Connector to generate QVX file and also append QVX as we get new real time data

Is it possible to create connector in Qlikview to access CSV files from Linux server, and convert all the data to QVX file format.

When we get new data from server is it possible to append data to older QVX file in Qlikview by using 3rd party connector not by Qlikview script.Also can Qlikview works on real-time data by using sockets programming in 3rd party connectors.

2 Replies
ashfaq_haseeb
Champion III
Champion III

Hi

You need to have a look at QlikView Expressor and ETL Tools.

Regards

ASHFAQ

Not applicable
Author

I think it just extract data .

i want this-->

CSV data from one persistent storage(may be at linux server) -->connector 3rd party-->create n append qvd/qvx file.

connector must hav facility to append the qvx file.

connector must be capable of accepting data from sockets(source in memory data -->destination in memory data)

so that real time datatransfer can achive.