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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Thomas_Rieck_MW
Partner - Contributor II
Partner - Contributor II

Automation doesn't create a csv-file

I am trying to use Qlik automation to check whether a CSV file exists in a specific space and folder.If the file does not exist, the automation should create one with specific content. For some reason, this automation does not create a CSV file even though it should—the file is not where it is expected to be.

Does anyone have any idea why this is happening?

 

This is the entire workflow :

Thomas_Rieck_MW_2-1762264762191.png

 

 

List Data Files From Space:

It should just search for a certain file in folder “Audit”.

Thomas_Rieck_MW_3-1762264762196.png

If condition block :

Checks just if the filelist is empty …

Thomas_Rieck_MW_4-1762264762198.png

 

 

The variable blocks are just giving me a Textstring saying file found or file not found.

The vairiable block myRows (list):

Prepares some data for the csv fiole that should be created if its not already there.

Thomas_Rieck_MW_5-1762264762200.png

 

 

Create Data File in Space:

This block creates the file in a specific folder …

Thomas_Rieck_MW_6-1762264762203.png

 

 

 

 

Labels (2)
0 Replies