What is best way to extract Qliksense QVD data using ADF?

Jyoti 21 Reputation points
2022-12-01T01:45:24.657+00:00

Hi,

We have old application where historic data is stored into Qliksense QVD. We want to migrate that using ADF.
Do we have any ADF connectors or what's the best way of doing it ?

I know one way of doing it is generating CSV files and then reading from ADF, but please help if there is any other possible method.

Thank you in advance!

Regards,
Jyoti Pawar

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,957 questions
0 comments No comments
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,592 Reputation points Microsoft Employee
    2022-12-02T02:52:17.98+00:00

    Hello @Jyoti ,

    Thanks for the question and using MS Q&A platform.

    ADF doesn't have out of box connectors for Qliksense. Hence you will have to take the approach of exporting the Qliksense data to one of ADF supported datastores and migrate it.

    The other options I could think of is if Qliksense have REST APIs then you could utilize ADF REST connector for data migration. For more info about ADF REST Connector please refer to this doc: Copy and transform data from and to a REST endpoint by using Azure Data Factory

    Also, in order to move data to/from a data store that the ADF service does not support, or to transform/process data in a way that isn't supported by the ADF service, you can create a Custom activity with your own data movement or transformation logic and use the activity in a pipeline. For more info about the Custom activity please refer to this document: Use custom activities in an Azure Data Factory or Azure Synapse Analytics pipeline

    And if you have any additional feedback or feature request related to ADF, we recommend you to please log them in IDEAS Forum here: https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-custom-activity. All the feedback shared in the forum are actively monitored and reviewed by respective product owners. If you submit a feature request for the same, please do share the link here so that we can share it with internal team for further review.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.