Hello. I have a field pulled from an Access database that I need to manipulate before processing. I need to strip out illegal characters. What's the best way to use a function to process the data in the table. I was hoping to do this within the package if possible.
From within Access, a query passed values to a function defined within a code module and returned the new value. The SSIS package needs to be able to do this as well.