Skip to content

Commit 8866fb9

Browse files
Attempt to get Acrolinx > 80
1 parent e639b22 commit 8866fb9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/integration-services/import-export-data/connect-to-a-flat-file-data-source-sql-server-import-and-export-wizard.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Page|Recommendation |Type
8888
Specify whether the first row (after any skipped rows) contains column names.
8989

9090
## Columns page - Format = Delimited (source)
91-
On the **Columns** page, verify the list of columns and the delimiters that the wizard has identified. The following screen shot shows the page when you've selected **Delimited** as the flat file format.
91+
On the **Columns** page, verify the list of columns and the delimiters that the wizard has identified. The following screenshot shows the page when you've selected **Delimited** as the flat file format.
9292

9393
![Flat file, delimited, Columns page](../../integration-services/import-export-data/media/flat-file-delimited-columns-page.jpg)
9494

@@ -132,7 +132,7 @@ Page|Recommendation |Type
132132
Restore the original columns.
133133

134134
## Columns page - Format = Fixed Width (source)
135-
On the **Columns** page, verify the list of columns and the delimiters that the wizard has identified. The following screen shot shows the page when you've selected **Fixed Width** as the flat file format.
135+
On the **Columns** page, verify the list of columns and the delimiters that the wizard has identified. The following screenshot shows the page when you've selected **Fixed Width** as the flat file format.
136136

137137
![Flat file, fixed width, Columns page](../../integration-services/import-export-data/media/flat-file-fixed-width-columns-page.jpg)
138138

@@ -151,7 +151,7 @@ On the **Columns** page, verify the list of columns and the delimiters that the
151151
Restore the original columns.
152152

153153
## Columns page - Format = Ragged Right (source)
154-
On the **Columns** page, verify the list of columns and the delimiters that the wizard has identified. The following screen shot shows the page when you've selected **Ragged Right** as the flat file format.
154+
On the **Columns** page, verify the list of columns and the delimiters that the wizard has identified. The following screenshot shows the page when you've selected **Ragged Right** as the flat file format.
155155

156156
> [!NOTE]
157157
> Ragged right files are files in which every column has a fixed width, except for the last column, which is delimited by the row delimiter.
@@ -184,11 +184,11 @@ On the **Columns** page, verify the list of columns and the delimiters that the
184184
Restore the original columns.
185185

186186
## Advanced page (source)
187-
The **Advanced** page shows detailed info about each column in the data source, including its data type and size. The following screen shot shows the **Advanced** page for the first column in a delimited flat file.
187+
The **Advanced** page shows detailed info about each column in the data source, including its data type and size. The following screenshot shows the **Advanced** page for the first column in a delimited flat file.
188188

189189
![Flat file, delimited, Advanced page](../../integration-services/import-export-data/media/flat-file-delimited-advanced-page.jpg)
190190

191-
In the screen shot, notice that the **id** column, which contains numbers, initially has a data type of string.
191+
In the screenshot, notice that the **id** column, which contains numbers, initially has a data type of string.
192192

193193
### Options to specify (**Advanced** page)
194194

@@ -228,7 +228,7 @@ Click **Suggest types** to display the **Suggest Column Types** dialog box.
228228

229229
After you choose options in the **Suggest Column Types** dialog box and click **OK**, the wizard may change the data types of some of the columns.
230230

231-
The following screen shot shows that, after you click **Suggest types**, the wizard has recognized that the **id** column in the data source is in fact a number and not a text string, and has changed the data type of the column from a string to an integer.
231+
The following screenshot shows that, after you click **Suggest types**, the wizard has recognized that the **id** column in the data source is in fact a number and not a text string, and has changed the data type of the column from a string to an integer.
232232

233233
![Flat file connection advanced after](../../integration-services/import-export-data/media/flat-file-connection-advanced-after.png)
234234

@@ -254,7 +254,7 @@ On the **Preview** page, verify that the list of columns and the sample data are
254254
For more info about the **Preview** page, see the following Integration Services reference page - [Flat File Connection Manager Editor (Preview Page)](../connection-manager/flat-file-connection-manager.md).
255255

256256
## Connect to a flat file destination
257-
For a flat file destination, there's only a single page of options, as shown in the following screen shot. Browse to select the file, then verify the settings in the **Format** section.
257+
For a flat file destination, there's only a single page of options, as shown in the following screenshot. Browse to select the file, then verify the settings in the **Format** section.
258258

259259
![Connect to flat file destination](../../integration-services/import-export-data/media/connect-to-flat-file-destination.jpg)
260260

0 commit comments

Comments
 (0)