Can you import a DAT File using Data Factory (Into a SQL database)?

Debbie Edwards 521 Reputation points
2020-07-31T13:48:45.797+00:00

Im trying to export data from a DAT file and I am wondering if its possible, I cant find any documentation about this anywhere?

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

3 answers

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,916 Reputation points Volunteer Moderator
    2020-07-31T14:41:25.793+00:00

    No, I don't think so. Below document doesn't show DAT file format in the list.

    supported-file-formats-and-compression-codecs

    ===============================================

    If the response helped, do "Accept Answer" and upvote it -- Vaibhav

    0 comments No comments

  2. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2020-07-31T22:56:16.68+00:00

    Hi @DebbieEdwards-1726,

    Welcome to Microsoft Q&A platform and thanks for your query. As pointed out by Vaibhav, DAT file format is currently not supported in ADF.

    But, feel free to leave a feedback in ADF user voice forum and please do share the feedback link here once it is created, as it would help other users to up-vote and/or comment on your feature request suggestion.

    ADF user voice forum: https://feedback.azure.com/forums/270578-azure-data-factory


    Thank you
    Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.


  3. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2020-08-05T18:26:28.823+00:00

    Hi @Debbie Edwards ,

    Thanks for your response. Unfortunately I don't see other options except using custom activity and writing your own logic to achieve your requirement in ADF. To move data to/from a data store that Data Factory does not support, or to transform/process data in a way that isn't supported by Data Factory, you can create a Custom activity with your own data movement or transformation logic and use the activity in a pipeline.

    Please refer to this doc to explore about custom activity in ADF: Use custom activities in an Azure Data Factory pipeline

    I see that you have already shared a feature request feedback in user voice forum. I am sharing it here, as other user users with similar idea can up-vote and/or comment on your suggestion as well as to increase the priority of the feature request.

    Feedback link: https://feedback.azure.com/forums/270578-data-factory/suggestions/41060782-create-a-new-linked-service-connector-for-dat-file

    Hope this info helps.

    ----------

    Thank you
    Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.


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.