Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
suresh_volvo
Contributor
Contributor

Data extraction from Python to Qliksense

Dear Team,

I want to create Qlik Sense visualization for the output of python file(.py) instead of reading from .csv.

Is there any best approach to do this (using any Api's, Macros or some other techniques)

I tried -  created 2 variables 1 for python.exe & other for file and then run the script with EXECUTE command directly in qliksense, it is executing successfully but not able to get any data into qliksense.

Please suggest me right approach.

Thanks in Advance

Regards

Suresh

3 Replies
Anonymous
Not applicable

Hi Suresh,

You will need to create an output file in the execute command and then use a load script to read the file.

Regards,

Bas.

suresh_volvo
Contributor
Contributor
Author

Hi Bas,

Thank you for inputs, Am trying the same way now.

Instead of writing to files & reading the files, is there any other best approach to avoid writing to files.

Regards

Suresh

nategreen
Contributor III
Contributor III

Hi - did you ever figure out how to extract data directly from a python script into qlik memory using EXECUTE? i am trying to do the same thing with a python api wrapper and would like to avoid creating an additional output file if possible.