Hello All,
I am using SSIS 2008, i have a excel file source, which have values less than 9, when inserting into my destination Table it Should insert Minimum 9 Values, if the incoming value is greater than 9 or equal to 9 it should insert as it is, Example as shown below.
Excel File have Column Like this
Customer ID
----------------
12345
123456
1234567
12345678
123456789
12345678910
123456789012
In my Destination Table it should insert as,
ID
==
000012345
000123456
001234567
012345678
123456789
12345678910
123456789012
Can please anyone Provide solution for this.it will be so much helpful to me.
Thanks
======
supreeth.