Install or Update the Import Wizard |
Scroll Previous Topic Top Next Topic More |
ImportWizard supports the easy Template App deployment. It helps you to load the data without the need to do the scripting by yourself. The workflow of the Wizard is self-explaining and documented step-by-step in the Wizard. For the installation, follow the steps below.
The ImportWizard supports only well-formed csv- or XES-files. |
There are two ways to install the Wizard.
1.Install the Wizard directly in the Qlik server
1.Unpack the content of the zip-archive into the client-directory of your Qlik server installation: e.g. "...\Qlik\sense\Client\import-wizard".
2.When installing for the first time:
a.Copy the file config-default.json from "\assets\js\" and rename it to "\assets\js\config.json".
b.Then open the recently created file "\assets\js\config.json" and change the app-filter string. Only apps with the given string in their name and access for the user (e.g. via stream) will be available.
"app": {
"appFilter": "MPM_ProcessMining_Template"
},
Please assure that the valid template apps are already preconfigured with the right data connections for ScriptFolderConnection, DataConnection and LangAndMasterItemsConnection. |
The user has to use a valid data connection where the uploaded data is stored. Please make sure that the users have appropriate data connections available or can create their own. |
3.When updating a prior Import Wizard Installation just overwrite the prior installation with the new Import Wizard files. The config-file "\assets\js\config.json" will remain from the prior installation.
4.The Import Wizard is available at the following URL: "https://<qlikserver>/resources/import-wizard/index.html".
5.Log in to your Qlik Sense environment.
6.Open the import wizard link (use your usual server-login data for access). The logon link depends on the installation but default would be https://<yourQlikSenseEnvironment>/resources/importwizard/index.html or http://<yourQlikSenseEnvironment>/resources/importwizard/index.html
2.Install the Wizard via the content library
1.Unzip the wizard package.
2.Rename the file “config-default.json” to "config.json".
3.Upload it to the content library (<qlikserer>/qmc/contentlibraries).
4.If you want to learn more about the content library or how to create one, please, refer to the following Link Qlik Help - Content Libraries.
5.The Import Wizard is available at the following URL: "https://<qlikserver>/content/import-wizard/index.html".
4.Log in to your Qlik Sense environment.
5.Open the import wizard link (use your usual server-login data for access). The logon link depends on the installation but default would be https://<yourQlikSenseEnvironment>/content/importwizard/index.html or http://<yourQlikSenseEnvironment>/content/importwizard/index.html.