Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 0af8214

Browse files
authored
Merge pull request #810 from zaggy/patch-1
Update lesson-1-2
2 parents 2493d44 + 92b6370 commit 0af8214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/integration-services/lesson-1-2-adding-and-configuring-a-flat-file-connection-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The Flat File connection manager provides locale information about the data file
8989
|CurrencyDate|date [DT_DATE]|DimDate.FullDateAlternateKey|date|
9090
|EndOfDayRate|float [DT_R4]|FactCurrency.EndOfDayRate|float|
9191

92-
The data type suggested for the **CurrencyID** column is incompatible with the data type of the field in the destination table. Because the data type of `DimCurrency.CurrencyAlternateKey` is nchar (3), **CurrencyID** must be changed from string [DT_STR] to string [DT_WSTR]. Additionally, the field `DimDate.FullDateAlternateKey` is defined as a date data type; therefore, **CurrencyDate** needs to be changed from date [DT_Date] to database date [DT_DBDATE].
92+
The data type suggested for the **CurrencyID** column is incompatible with the data type of the field in the destination table. Because the data type of `DimCurrency.CurrencyAlternateKey` is nchar (3), **CurrencyID** must be changed from string [DT_STR] to Unicode string [DT_WSTR]. Additionally, the field `DimDate.FullDateAlternateKey` is defined as a date data type; therefore, **CurrencyDate** needs to be changed from date [DT_Date] to database date [DT_DBDATE].
9393

9494
2. In the list, select the CurrencyID column and in the property pane, change the Data Type of column **CurrencyID** from string [DT_STR] to Unicode string [DT_WSTR].
9595

0 commit comments

Comments
 (0)