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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QSB Store Function Note Working

Hi to all!!

Since 2 or 3 days the store funtion stop working... It simply do not do anithing....

On the next lines the code, the info up loads correctly but do not download´s into Dropbox. Any ideas?

 

LIB CONNECT TO 'Dropbox - alejandro@inflexion.com.co';

Photos:

LOAD *

FROM [lib://Dropbox - alejandro@inflexion.com.co/Zona K/Archivos Automaticos/Fotos.csv]
(txt, utf8, embedded labels, delimiter is ',', msq);

Store [Photos] into [lib://Dropbox - alejandro@inflexion.com.co/Zona K/Archivos Automaticos/Fotos.csv] (txt);

And the connection works well:

Captura de Pantalla 2020-01-14 a la(s) 10.20.30 a. m..png

 

 

Labels (2)
1 Reply
chrisbrain
Partner - Specialist II
Partner - Specialist II

Hi!

Your example here appears to be downloading a CSV file and then storing it back to the same location, unchanged.

I tried this and indeed, Dropbox is not showing any change (e.g. in last modified date) - I think this is expected behaviour, the file hasn't changed so Dropbox has not done anything.

If instead, I load just the first column from the file (instead of load *) then store it back, Dropbox reflects this and the file is changed there. Maybe you can try this?

beeido.com - BI | Software | Qlik Integration Services
GitFirst - A CI/CD solution for Qlik Sense