Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz_1011
Partner - Creator
Partner - Creator

Export App to S3

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!

Labels (3)
1 Solution

Accepted Solutions
Shai_E
Support
Support

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

View solution in original post

2 Replies
Shai_E
Support
Support

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

xyz_1011
Partner - Creator
Partner - Creator
Author

Thanks @Shai_E