Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
is it possible to export an app (not the data; the full app as .qvf) to a S3 bucket ? And if yes, how.
Thanks a lot!
Hi @xyz_1011 ,
There are two blocks that export apps:
1. Export App To Base 64 Encoded File
2. Export App
Both are from the Qlik Cloud Services Connector.
You can then use the s3 connector blocks to create a file and then write the output from "Export App To Base 64 Encoded File" as the data field for the 'write line to a file' block on s3.
But i do not think that this is what you are looking for, but this seems to be what we currently have for Export blocks for apps.
Both blocks seem to output strings, the first a base64 string representation of the app, and the other an id string.
Best Regards
Hi @xyz_1011 ,
There are two blocks that export apps:
1. Export App To Base 64 Encoded File
2. Export App
Both are from the Qlik Cloud Services Connector.
You can then use the s3 connector blocks to create a file and then write the output from "Export App To Base 64 Encoded File" as the data field for the 'write line to a file' block on s3.
But i do not think that this is what you are looking for, but this seems to be what we currently have for Export blocks for apps.
Both blocks seem to output strings, the first a base64 string representation of the app, and the other an id string.
Best Regards
Thanks @Shai_E
Hi, I was able to save the app with a combination of Export APP and Download File From Temporary Content, with that it is possible to export the entire app from SAAS to S3
Now it's just a matter of deciding if you want it with or without data
Regards