I'm attempting to use Data Factory to transfer a CSV file from my computer to Azure Data Lake. I'm unable to select the path to the file I want to migrate from my local computer when I try to link the file system in the data factory's source tab.

Abhijith Yamsani 0 Reputation points
2023-03-09T19:43:27.6566667+00:00

User's image

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,485 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,997 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,843 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA 90,226 Reputation points
    2023-03-10T08:07:03.0566667+00:00

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

    You may follow the following steps to select the csv or any file file while creating File system as source:

    First create a linked service as follows:

    Host: DriveLetter:\FolderName\

    Example: I'm using C Drive which has a folder named AzureLearn

    enter image description here

    Create a copy activity and select Source as follows:

    Click on Source => New

    enter image description here

    Select New DataSet => Select File => File System and continue

    enter image description here

    Select Format= > Choose DelimitedText and continue

    enter image description here

    Select previously created File system linked service and click on browse.

    enter image description here

    Choose a file or folder.

    Here you can find the file located under the previously selected folder while creating File System.

    enter image description here

    As per the repro, I'm able to find the path which I want to migrate to ADLS gen2.

    ADF-FileSystem1

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


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.