Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

conver numeric data to string data in ssis Expand / Collapse
Author
Message
Posted Thursday, December 13, 2012 8:20 PM
SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: 2 days ago @ 11:31 AM
Points: 162, Visits: 3,821
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 .
Post #1396457
Posted Friday, December 14, 2012 12:28 AM


SSCrazy Eights

SSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy EightsSSCrazy Eights

Group: General Forum Members
Last Login: Today @ 6:39 AM
Points: 9,376, Visits: 6,472
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.



How to post forum questions.
Need an answer? No, you need a question.
What’s the deal with Excel & SSIS?

Member of LinkedIn. My blog at LessThanDot.

MCSA SQL Server 2012 - MCSE Business Intelligence
Post #1396504
Posted Thursday, December 20, 2012 10:07 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Thursday, January 10, 2013 6:26 AM
Points: 3, Visits: 24
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
Post #1399042
Posted Thursday, December 20, 2012 12:06 PM


SSChampion

SSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampion

Group: General Forum Members
Last Login: Today @ 7:31 PM
Points: 11,645, Visits: 27,736
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

--There is no spoon, and there's no default ORDER BY in sql server either.
Actually, Common Sense is so rare, it should be considered a Superpower. --my son
Post #1399084
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse