зеркало из
1
0
Форкнуть 0
This commit is contained in:
Noelle 2022-10-13 00:39:41 -04:00 коммит произвёл GitHub
Родитель c042a96b74
Коммит d61a10b0d9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 6 удалений

Просмотреть файл

@ -12,6 +12,8 @@ This article describes a solution template that [INSERT template description].
This template [INSERT template actions (e.g. This template moves data from a SQL source to blob sink via Copy activity.)]
_Example:_
The template contains [INSERT Number] activities:
- **GetMetadata** gets the list of objects including the files and subfolders from your folder on source store. It will not retrieve the objects recursively.
- **Filter** filter the objects list from **GetMetadata** activity to select the files only.
@ -19,6 +21,8 @@ The template contains [INSERT Number] activities:
- **Copy** copies one file from the source to the destination store.
- **Delete** deletes the same one file from the source store.
_Example:_
The template defines [INSERT Number] parameters:
- *SourceStore_Location* is the folder path of your source store where you want to move files from.
- *SourceStore_Directory* is the subfolder path of your source store where you want to move files from.
@ -27,26 +31,28 @@ The template defines [INSERT Number] parameters:
## How to use this solution template
_Example instructions:_
1. Go to the **Move files** template. Select existing connection or create a **New** connection to your source file store where you want to move files from. Be aware that **DataSource_Folder** and **DataSource_File** are reference to the same connection of your source file store.
:::image type="content" source="media/solution-template-move-files/move-files-1.png" alt-text="Screenshot showing creation of a new connection to the source." lightbox="media/solution-template-move-files/move-files-1.png" :::
[INSERT SCREENSHOT]
2. Select existing connection or create a **New** connection to your destination file store where you want to move files to.
:::image type="content" source="media/solution-template-move-files/move-files-2.png" alt-text="Screenshot showing creation a new connection to the destination." lightbox="media/solution-template-move-files/move-files-2.png" :::
[INSERT SCREENSHOT]
3. Select **Use this template** tab.
4. You'll see the pipeline, as in the following example:
:::image type="content" source="media/solution-template-move-files/move-files-4.png" alt-text="Screenshot showing the pipeline.":::
[INSERT SCREENSHOT]
5. Select **Debug**, enter the **Parameters**, and then select **Finish**. The parameters are the folder path where you want to move files from and the folder path where you want to move files to.
:::image type="content" source="media/solution-template-move-files/move-files5.png" alt-text="Screenshot showing where to run the pipeline.":::
[INSERT SCREENSHOT]
6. Review the result.
:::image type="content" source="media/solution-template-move-files/move-files6.png" alt-text="Screenshot showing the result of the pipeline run.":::
[INSERT SCREENSHOT]