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