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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Monish12345
Contributor II
Contributor II

How to push a file/QVD to a space in the Qlik Cloud using tQlikOutput component?

I am using the tQlikOutput component in Talend to upload a qvd file to Qlik Cloud.
I want the file to be uploaded a QVD into a "Talend_Space" in the Qlik cloud .

I can push it to the personal space, but requirement is to publish the QVD in tha shared or managed space in Qlik.


What is the correct way to map a QVD upload to a specific space using tQlikOutput?
Looking for the proper configuration method to ensure the file is pushed directly into Talend_Space.

Talend Studio     Qlik Cloud  

Labels (1)
1 Solution

Accepted Solutions
tim753milner
Contributor
Contributor

Hello,

tRowGenerator → tQVDOutput → tQlikOutput (Create, capture FILE_ID)

tRESTClient (POST change-space with FILE_ID, Talend_Space_ID)

(optional tRESTClient for overwrite/delete logic)

tQlikOutput: Set Cloud URL, API Key, Local file, paybyplatema Remote file name

tRESTClient: Configure to POST to /v1/data-files/actions/change-space with JSON payload

Best Regard,

Tim

View solution in original post

1 Reply
tim753milner
Contributor
Contributor

Hello,

tRowGenerator → tQVDOutput → tQlikOutput (Create, capture FILE_ID)

tRESTClient (POST change-space with FILE_ID, Talend_Space_ID)

(optional tRESTClient for overwrite/delete logic)

tQlikOutput: Set Cloud URL, API Key, Local file, paybyplatema Remote file name

tRESTClient: Configure to POST to /v1/data-files/actions/change-space with JSON payload

Best Regard,

Tim