Skip to content

Commit cc6b8d5

Browse files
committed
Updated for column mapping
1 parent 8f62922 commit cc6b8d5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
-6.91 KB
Loading
685 Bytes
Loading

articles/data-factory/tutorial-copy-data-tool.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ Prepare your Blob storage and your SQL Database for the tutorial by performing t
4646
1. Launch **Notepad**. Copy the following text and save it in a file named **inputEmp.txt** on your disk:
4747

4848
```
49-
1|John|Doe
50-
2|Jane|Doe
49+
FirstName|LastName
50+
John|Doe
51+
Jane|Doe
5152
```
5253
5354
1. Create a container named **adfv2tutorial** and upload the inputEmp.txt file to the container. You can use the Azure portal or various tools like [Azure Storage Explorer](https://storageexplorer.com/) to perform these tasks.
@@ -126,7 +127,7 @@ Prepare your Blob storage and your SQL Database for the tutorial by performing t
126127
127128
b. Click **Next** to move to next step.
128129
129-
1. On the **File format settings** page, notice that the tool automatically detects the column and row delimiters. Select **Next**. You also can preview data and view the schema of the input data on this page.
130+
1. On the **File format settings** page, Enable the checkbox for *First row as header*. Notice that the tool automatically detects the column and row delimiters. Select **Next**. You can also preview data and view the schema of the input data on this page.
130131
131132
![File format settings](./media/tutorial-copy-data-tool/file-format-settings-page.png)
132133
1. On the **Destination data store** page, completes the following steps:
@@ -143,7 +144,7 @@ Prepare your Blob storage and your SQL Database for the tutorial by performing t
143144
144145
1. On the **Table mapping** page, select the **[dbo].[emp]** table, and then select **Next**.
145146
146-
1. On the **Column mapping** page, notice that the second and the third columns in the input file are mapped to the **FirstName** and **LastName** columns of the **emp** table. Select **Next**.
147+
1. On the **Column mapping** page, notice that the second and the third columns in the input file are mapped to the **FirstName** and **LastName** columns of the **emp** table. Adjust the mapping to make sure that there is no error, and then select **Next**.
147148
148149
![Column mapping page](./media/tutorial-copy-data-tool/column-mapping.png)
149150

0 commit comments

Comments
 (0)