Copy Audio Files using Azure Data Factory

Derek Solt 1 Reputation point
2021-10-13T17:03:28.437+00:00

How can I copy audio files (format: .wav) from our sFTP server to Azure Blob storage? We don't see any settings in file formats that would allow for a .wav file to be copied/moved using Data Factory.

Thanks,

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

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2021-10-14T02:26:37.61+00:00

    Hi @Derek Solt ,

    Welcome to Microsoft Q&A forum and thanks for reaching out here.

    Currently ADF supports only the below file formats.

    140384-image.png

    But if your requirement is just to copy the audio file from source location to sink location then you can achieve it by using binary datasets both in source and sink of a copy activity.

    When using Binary dataset, the service does not parse file content but treat it as-is.

    For more info about binary dataset, please refer to this doc: Binary format in Azure Data Factory and Synapse Analytics

    Please Note: When using Binary dataset in copy activity, you can only copy from Binary dataset to Binary dataset.

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

    ----------

    • Please don't forget to click on 130616-image.png and 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
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

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.