Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Nicolas89
Partner - Contributor II
Partner - Contributor II

ETL Qlik

Hello,
In companies, a Qlik application is often divided into 3 parts / applications: _Extraction_Transformation_Chargement
For the extraction application part, we just have to use "load" of the interested files then "store * from ..." for each file in order to transform them all into QVD.
For the transformation application part, we just have to "load" the QVD files, then modifications such as changing data to upper case with upper (), etc.

But for the "loading" part, what code should be used to resume the transformation application? I wanted to use "binary" but I was told that you should absolutely not use this code, do you know what to use instead?

Labels (5)
1 Solution

Accepted Solutions
marcus_sommer

AFAIK there is nothing what speaks against binary loads. They may not be applicable for each scenario respectively dashboard-reload but if it's possible you should use it (if it's not possible you used just qvd-loads).

- Marcus

View solution in original post

1 Reply
marcus_sommer

AFAIK there is nothing what speaks against binary loads. They may not be applicable for each scenario respectively dashboard-reload but if it's possible you should use it (if it's not possible you used just qvd-loads).

- Marcus