Basically, you change the row disposition on your oledb destination to send error rows to an error output rather than fail and divert that path to a flat file component.
-> Right click your destination
-> Edit
-> Error Output tab
-> Change error value to redirect row
-> OK, back to data flow
-> add your flat file destination
-> connect your new output from the oledb dest to your flat file dest
-> configure as you like
HTH