To export data like messages, files, users and others from your Cliq organization, follow the below steps:
Click on NEW EXPORT and select the resources that you'd like to export.
Choose the export file format
Choose how you want to secure the file. You have 3 options:
Click on EXPORT DATA .
Once the export is complete it will be available for download in the Export home page.
Click on the Download button.
This will download a zipped version of the export file in your local folder.
To delete the exported data, click on the bin icon next to the Download button. Once deleted, the exported data cannot be retrieved.
Only the recent 7 days data can be exported using the free version of Cliq.
All previous exports will be available for download anytime on the Export home page.
After you complete the export, you'd be given the export details in the Export window.
1. Click on the Download button.
2. This will download a zipped version of the export file in your local folder.
NOTE : To delete the exported data, click on the bin icon next to the Download button. Once deleted, the exported data cannot be retrieved.
1. Open your downloads and click on the folder that is exported.
NOTE : The folder that is exported is always your organization name underscore export. For example: ZylkerCorp_export
2. Double click on the zip file.
3. This unfolds into two files namely, readme.txt (a plain text file that contains the encryption details) and ZylkerCorp_export.zip.aes (The actual file that holds your export details).
4. Now open your Terminal and follow the steps as given below.
1. Type cd downloads .
2. Now, type in cd followed by the name of your exported file. For example- cd ZylkerCorp_export .
3. Type in openssl aes-256-cbc -d -in "ZylkerCorp_export.zip.aes" -out "zylker.zip" -pass pass:sample1234 (Filename of the exported file and the password that you used while exporting the data) and hit enter.
Last login: Wed Feb 5 18:16:49 on ttys000
olivia-palmer:~ olivia-palmer cd downloadsolivia-palmer:downloads olivia-palmer cd ZylkerCorp_export olivia-palmer:ZylkerCorp_export olivia-palmer openssl aes-256-cbc -d -in "ZylkerCorp_export.zip.aes"
-out "zylker.zip" -pass pass:sample1234 olivia-palmer:ZylkerCorp_export olivia-palmer$
4. This adds another zip file to your exported folder. Click on it to unzip.
5. This appends an additional folder with the exported data details.
Download an openSSL software for your PC and follow the steps mentioned above to export data in Cliq. After you export,
1. Click on the Download button in the Export window.
2. Once after the export is complete, the export zip file would be available in the Downloads .
NOTE : The exported file name is always your organization's name underscore export. For example- ZylkerCorp_export .
3. Right click on the zip file and click on the Extract All.. options and hit the Extract button.
4. Further you'd be given two files namely, readme (a text file) and a zip file- ZylkerCorp_export.zip.aes which is normally your organization's name underscore export.
1. Type in cd downloads .
2. After this, type cd followed by your export folder name. For example- cd ZylkerCorp_export .
3. Following this, type in openssl aes-256-cbc -d -in "ZylkerCorp_export.zip.aes" -out "zylker.zip" -pass pass:test1234 (File name of the exported file and the password that you used while exporting the data).
Microsoft Windows [Version 10.0.17134.706]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\Olivia>cd downloads C:\Users\Olivia\Downloads>cd ZylkerCorp_export
C:\Users\Olivia\Downloads\ZylkerCorp_export>openssl aes-256-cbc -d -in "ZylkerCorp_export.zip.aes"
-out "zylker.zip" -pass pass:test1234
C:\Users\Olivia\Downloads\ZylkerCorp_export>
4. This would give a decrypted zip file to your exported folder.
5. Further extracting the zip file, you'd get an additional folder with exported data details.
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.