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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
RMS
Contributor
Contributor

Partial reload with Replace

I wonder what happends if my script is like this one:

Tab1:

LOAD a,b,c from File1.csv;

Replace only LOAD a,b,c from File2.csv where exists(a);

 

Is going to be dropped the entire table Tab1 or just de data in which already exists 'a' ??

0 Replies