From c124ee199d8faa39d2f7486f174acf7b50d964b8 Mon Sep 17 00:00:00 2001 From: Wes Stahler Date: Mon, 19 Sep 2022 20:46:43 -0400 Subject: [PATCH] Update convertfrom-exceltosqlinsert.md fix spelling --- mdHelp/en/convertfrom-exceltosqlinsert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdHelp/en/convertfrom-exceltosqlinsert.md b/mdHelp/en/convertfrom-exceltosqlinsert.md index 9190942..6d9329d 100644 --- a/mdHelp/en/convertfrom-exceltosqlinsert.md +++ b/mdHelp/en/convertfrom-exceltosqlinsert.md @@ -137,7 +137,7 @@ Accept wildcard characters: False ### -Header -Specifies custom property names to use, instead of the values defined in the column headers of the TopRow. If you provide fewr header names than there is data in the worksheet, then only the data with a corresponding header name will be imported and the data without header name will be disregarded. If you provide more header names than there is data in the worksheet, then all data will be imported and all objects will have all the property names you defined in the header names. As such, the last properties will be blank as there is no data for them. +Specifies custom property names to use, instead of the values defined in the column headers of the TopRow. If you provide fewer header names than there is data in the worksheet, then only the data with a corresponding header name will be imported and the data without header name will be disregarded. If you provide more header names than there is data in the worksheet, then all data will be imported and all objects will have all the property names you defined in the header names. As such, the last properties will be blank as there is no data for them. ```yaml Type: String[]