Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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
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.