I am trying to import a .txt file using SSIS, this file has a field named "Account Numbers"
each account number is having 3 leading zeros and 5 trailing zeros. In the final import I want to see just the account number without the leading and trailing zeros.
Can anyone suggest an easy fix for this issue?