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

Announcements
Data Works for AI is here - Join the discussion and enter to win a pair of Qlik kicks: Join the Conversation!
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

2 Replies
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

emma_anderson01
Contributor
Contributor

Use the Space field in tQlikOutput to target Talend_Space directly. Pick the space from the dialog, or enter the space ID with Use custom value. If you leave that field empty, the QVD goes to your personal space by default. txrhlive Qlik Cloud supports data files in shared and managed spaces, so the main requirement is that your API key or user has permission on that target space.