Using ADF to read SAS files

Patrick 21 Reputation points
2021-08-30T16:05:00.44+00:00

Hello,

Please is there a way ADF can read SAS files or convert SAS files into csv format?
.sas7bdat

I would appreciate any assistance on this.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,559 questions
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

Accepted answer
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2021-08-31T03:32:05.27+00:00

    Hi @Patrick ,

    Welcome to Microsoft Q&A forum and thanks for posting your query.

    Unfortunately .SAS file format is not supported by Azure Data factory. For a list of Azure Data Factory support file formats. Please refer to this doc: Supported file formats and compression codecs by copy activity in Azure Data Factory and Azure Synapse pipelines

    To move data to/from a data store that the service does not support, or to transform/process data in a way that isn't supported by the service, you can create a Custom activity with your own data movement or transformation logic and use the activity in a pipeline. The custom activity runs your customized code logic on an Azure Batch pool of virtual machines.

    Hope this info helps. Do let us know if you have further query.

    ----------

    • Please accept an answer and up-vote if it helps. Original posters help the community find answers faster by identifying the correct answer. Here is how.
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification.
    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.