December 13, 2012 at 8:20 pm
The source is a relational table and the data is shown below:
Code:
value
--------
65020
78250
58264
Convert the numbers into string format and load into target using ssis.
The target data is:
Code:
sixtyfive thousand ninty
seventyeight thousand fifty
fiftyeight thousand twosixtyfour
target destination is flat file and sourc file also flat file dat. how we achive this task in ssis.plz tell me .
December 14, 2012 at 12:28 am
You can't. You'll need to do custom coding in .NET to achieve this, and it won't be easy. Search the net to found out if someone else has already coded something similar.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 20, 2012 at 10:07 am
Need clarification..what is our input and what is your out put expecting or you may send to my personal mail ..also..i will try to solve,as per what i understand
You have to take source component of input and destination component of out put
December 20, 2012 at 12:06 pm
there's a couple of script contributions:
there's several threads on the same subject as well.
http://www.sqlservercentral.com/search/?q=number+to+words
Lowell
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply