Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/countnazgul/qlik-qmc-table-export
Export any Qlik QMC table as csv
https://github.com/countnazgul/qlik-qmc-table-export
Last synced: about 1 month ago
JSON representation
Export any Qlik QMC table as csv
- Host: GitHub
- URL: https://github.com/countnazgul/qlik-qmc-table-export
- Owner: countnazgul
- License: mit
- Created: 2020-12-14T05:37:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T13:43:46.000Z (about 4 years ago)
- Last Synced: 2024-12-17T20:43:28.118Z (about 1 month ago)
- Language: Svelte
- Size: 274 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Export Qlik QMC table as csv
Small `Chrome` / `Edge (Chromium)` extension that can export `Qlik Sense` management console (`QMC`) tables to csv file OR copy the csv string to the clipboard
For example the following table in QMC:
![QMC](./screens/qmc.png)
Will be exported as:
![export](./screens/export.png)
## Status
As far as I can see it's working. More tests have to be performed.
## Qlik Version
Tested with versions:
- `Qlik Sense November 2018`
- `Qlik Sense June 2020`## Browser permissions
The extension is set to have access only to:
- `activeTab` - the currently active tab
- `https://*/qmc/*` and `https://*/*/qmc/*` - all URLs matching these patterns. In general only the QMC link (or QMC link with virtual proxy prefix)## Store links
Install the extension from the official stores:
- [Chrome Web Store](https://chrome.google.com/webstore/detail/export-qlik-sense-qmc-tab/dbnjjihpapafmihpnionckfipbmalhko)
- [Edge (Chromium) Add-ons Store](https://microsoftedge.microsoft.com/addons/detail/export-qlik-sense-qmc-tab/blejofjglpgmigmclppeokgfaknefnek)