In my Flat File source, i have all the columns mapped to output columns with the right type and all.
After retriving the data, i check if the reference contained in the file exists in the database, if they don't, i have to log the line and write which value did not find a match.
So, in order to log the line, I would like top have a column containing the complete original line, just like the error output "Flat File Source Error Output Column".
So my question is: Is there a way to add a column to my Flat File Source, that would contain the complete line, without formatting in the data?