Hello All,
Can you guys please let me know how to handle the following scenario using derived column ssis?
In my staging table i have a column AMOUNT ( DATATYPE - NUMBER)
I have to take that column values into the flat file with business requirement, rightnow the values in AMOUNT column as follows (79.6, 107, 0 , 110, 3.6)
I have to get these values as follows in file ( 007960, 010700, for 0 (spaces), 011000, 000360)
thanks