Hey guys! I'm Alex, first post here! I'm trying to extract som zip files from a WinSCP sftp. This is my script: EXECUTE C:\Program Files (x86)\WinSCP\WinSCP.exe /console /command "lcd ""D:/P...
Hello All, Is it possible to download zip file from website in Qlikview? It is not possible using web connectors as I tried. Please help if we have execute commands or can make use of m...
Hi When i'm loading my qvw file with updated qvd file i'm getting the script execution fail error message. Can anyone help why this error message shows when qvd file is updated with new data. H...
I have a execute statement to extract from zip file. but the file name will have a different date each week. the file location has many batches of data, I need to make sure im picking up the right w...
Is it possible to execute a commandline with a variable in the string? I am looking at whether QlikView can handle scheduling a daily unzip and load. I need to be able to dynamically d...
Hello! I'm trying to loop through a folder of almost identical XLS files. by using FROM [Filepath\*.xls] (similar to what i've done to loop through a folder of .XLSX files) But, when i execute...
I want to unzip a zip file that is on a network location. I know i can do an unzip in the reload using the below syntax: Execute unzip -o "C:\Filepath\file.zip" -d "C:\Filepath" When unzipping a l...
Execute- can take care of extracting single zip file. However, i need to deal with many zip files on loading. Can some one help me how to unzip multiple zip files in sub sub folders and load e...
...olution using a Execute command which will be calling cmd and extracting the .csv from the .zip file and placing the same on a different drive. Also, deleting the status from shared drive using CMD p...