You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integration-services/import-export-data/connect-to-a-flat-file-data-source-sql-server-import-and-export-wizard.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Page|Recommendation |Type
88
88
Specify whether the first row (after any skipped rows) contains column names.
89
89
90
90
## 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.
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.
@@ -151,7 +151,7 @@ On the **Columns** page, verify the list of columns and the delimiters that the
151
151
Restore the original columns.
152
152
153
153
## 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.
155
155
156
156
> [!NOTE]
157
157
> 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
184
184
Restore the original columns.
185
185
186
186
## 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.
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.
192
192
193
193
### Options to specify (**Advanced** page)
194
194
@@ -228,7 +228,7 @@ Click **Suggest types** to display the **Suggest Column Types** dialog box.
228
228
229
229
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.
230
230
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.
@@ -254,7 +254,7 @@ On the **Preview** page, verify that the list of columns and the sample data are
254
254
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).
255
255
256
256
## 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.
258
258
259
259

0 commit comments