Unwanted csv duplicates on Google Drive (qlik sense -> google drive connector)
Hello everyone!
Has anyone encountered a similar problem in qlik sense? From time to time, it creates hundreds of copies of a csv file that is specified to be written on drive and will not stop until the memory is full.
We use the following code in the data load editor:
let gs = '[lib://00. Google Drive (qlik-new_dev)/daily_alerts.csv](txt)'; store * from a2 into $(gs);