How can i move my files into a top folder (Github)

Mustafa Ispir 46 Reputation points
2023-01-13T07:47:23.17+00:00

Hi folks,

I need to move my files to a top folder as you see below.

User's image

I must collect this in one main folder.

I cannot find any solution about this.

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

Accepted answer
  1. Bhargava-MSFT 31,121 Reputation points Microsoft Employee
    2023-01-13T22:23:27.72+00:00

    Hello @Mustafa İspir ,

    Welcome to the MS Q&A platform.

    Please correct me if my understanding is wrong. You want to move files from one folder to a different folder.

    Example: from your screenshot, move files from factory folder to dataset folder.

    If this is your requirement, then you can use copy files task to copy the files from a source folder to a target folder.

    Steps:

    In your Azure DevOps pipeline, add the copy files task

    Source Folder: Specify the the source folder that the copy pattern(s) will be run from

    Contents: File paths to include as part of the copy.

    Target Folder: Target folder or UNC path files will copy to.

    User's image

    User's image

    I hope this helps. Please let me know if you have any further questions.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Oleksandr Bakun 116 Reputation points
    2023-01-13T22:09:24.6433333+00:00

    Hello,

    You can try the following steps:

    1. Clone repo to your local machine(Clone an existing Git repo)
    2. Perform movement if your files to proper folder
    3. Push your changes to your repo(Share code with push)
    0 comments No comments

  2. Mustafa Ispir 46 Reputation points
    2023-01-23T10:34:24.1266667+00:00

    Actually I exported files and copy from another folder which i created before.But when i deployed sth it still updated the folder past.For example if i add any dataset it still updated or inserted the new dataset under 'dataset' which i mark in ss with 1.

    I need to updated the 2 marked in ss.

    So i need to change root folder maybe i am not sure.Do you know how can i ?

    User's image


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.