Skip to main content Skip to complementary content

Generating a QVD file and uploading it to Qlik Cloud

The following Job aims at creating and populating a QVD file locally, then uploading the generated file to Qlik Cloud.

Linking the components

Procedure

  1. Drag and drop the following components from the Palette: tRowGenerator, tQVDOutput, and tQlikOutput.
  2. Connect the tRowGenerator to the tQVDOutput component using a Row > FLOW connection.
  3. Connect the tRowGenerator to the tQlikOutput component using an Trigger > On SubJob OK connection.
    Overview of the Job in the Studio.

Configuring the components

Procedure

  1. Double-click the tRowGenerator component to open its editor.
  2. Define the schema columns to be generated.
    In this use case, four columns are being created: id (Integer), name (String), birth (Date), score (Double); and 10000 rows are being generated.
    Schema configuration of the tRowGenerator component.
  3. Double-click the tQVDOutput component to display its Component view.
  4. In the Basic settings view, enter the path and name of the QVD file you want to create.
    Basic settings view of the tQVDOutput configuration.
  5. In the Advanced settings view, check that the default selected options correspond to your use case (the specified directory will be created if it does not exist, and you will get an error if the file already exists on your machine).
  6. Double-click the tQlikOutput component to display its Component view.
    Enter the URL address of your Qlik Cloud account as well as the API key to access it.
    In the Local file field, enter the path to the local file you want to upload in Qlik Cloud. In this scenario it is the previously generated QVD file.
    In the Remote file name field, enter the name of the file as it will be displayed in Qlik Cloud.
    Basic settings view of the tQlikOutput component.

Executing the Job

Procedure

  1. Press Ctrl + S to save your Job.
  2. Press F6 to execute it.

Results

The generated-qvd.qvd file is created and populated with the 10000 rows.
It is then uploaded to Qlik Cloud and is visible from the Catalog.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!