App Export Profiles

On this page

Overview

An App Export Profile tells to inProcess App Operations which applications it should look for, which Stream and where and how to store the QVF files.

All App Export Profiles should be stored inside the AppExportProfiles node:

"AppExportProfiles": [ { "ProfileName": "", "AppTitleFilter": "", "AppStreamFilter": "", "SkipData": true, "DestinationFolder": "", "AppListJsonFileName": "", "SkipConfirmation": false, "FileNamePattern": "" } ]

The AppExportProfiles attributes are:

Use \ to escape special characters on Windows Paths. For example:
C:\MyFolder should be replaced with C:\\MyFolder

AppStreamFilter: in Qlik Cloud it is not possible to export Qlik Sense Applications published on Managed Spaces.

Store a single App Export Profile

App Export Profile created to export all Qlik Applications from a specific Stream:

"AppExportProfiles": [ { "ProfileName": "MIGRATION", "AppTitleFilter": "", "AppStreamFilter": "MyStream", "SkipData": true, "DestinationFolder": "MyMigrationWinFolder", "AppListJsonFileName": "", "SkipConfirmation": false, "FileNamePattern": "" } ]

Store multiple App Export Profiles

The example below shows how to stored multiple App Export Profiles.
One App Export Profile created to export all Qlik Applications from a specific Stream and another is to make a backup of all Qlik Applications with Data from all Streams:

"AppExportProfiles": [ { "ProfileName": "MIGRATION", "AppTitleFilter": "", "AppStreamFilter": "MyStream", "SkipData": true, "DestinationFolder": "MyMigrationWinFolder", "AppListJsonFileName": "", "SkipConfirmation": false, "FileNamePattern": "" }, { "ProfileName": "BACKUP", "AppTitleFilter": "", "AppStreamFilter": "", "SkipData": false, "DestinationFolder": "MyBackupWinFolder", "AppListJsonFileName": "C:\\MyBackupWinFolder\\AppList.json", "SkipConfirmation": false, "FileNamePattern": "" } ]

Other related pages

https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference