![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Anyway to set a column in SSIS in proper case format (i.e, captilize the first letter in each word. Was hoping on a function within the conversion or derived data transformation tasks Change JOHN SMITH to John Smith thanks, |
#3
| |||
| |||
|
|
There is no "Proper Case" transformation but you could certainly easily create your own in a custom component or even using the Script component as a transform. Allan "Dave L" <DaveL (AT) discussions (DOT) microsoft.com> wrote in message news:65BE35B3-21B8-42A0-8B62-DAAAD4E5C681 (AT) microsoft (DOT) com: Anyway to set a column in SSIS in proper case format (i.e, captilize the first letter in each word. Was hoping on a function within the conversion or derived data transformation tasks Change JOHN SMITH to John Smith thanks, |
#4
| |||
| |||
|
|
The Framework has a Title case method somewhere in System.Text I seem to recall. This could be leveraged in a Script Transform without too much hassle. "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:e%23eq0FE4FHA.400 (AT) TK2MSFTNGP09 (DOT) phx.gbl... There is no "Proper Case" transformation but you could certainly easily create your own in a custom component or even using the Script component as a transform. Allan "Dave L" <DaveL (AT) discussions (DOT) microsoft.com> wrote in message news:65BE35B3-21B8-42A0-8B62-DAAAD4E5C681 (AT) microsoft (DOT) com: Anyway to set a column in SSIS in proper case format (i.e, captilize the first letter in each word. Was hoping on a function within the conversion or derived data transformation tasks Change JOHN SMITH to John Smith thanks, |
![]() |
| Thread Tools | |
| Display Modes | |
| |