I'm importing a csv file and for some reason the text delimiter is not just a double quote it's an = sign and the double quotes. is there a way in ssis to open the file, replace the = sign in the entire file and then import it into a table?
I've had almost similar situation and you could do what I did:
First dataflow task:
Flat File Destination with same parameters as in the source.
Second dataflow task runs after first.