SSIS: Strip Characters from Flat File

flat-fileparsingssisstrip

What's the best way to strip out characters from flat files in SSIS? In my case, I need to remove all quotes from the file before processing.

EDIT:
How can I run an executable against some files from SSIS? Can I somehow use the source connection as an input or would I have to pass in the file names as parameters?

Best Answer

The easiest way to do this would be to create a "Transformation" script component and use code to strip the quotes.