I am exporting records with errors to Excel using the Excel Destination tool. The ErrorColumn is a numeric. How do I find out which column it is
I am exporting records with errors to Excel using the Excel Destination tool. The ErrorColumn is a numeric. How do I find out which column it is
ErrorCode and ErrorColumn in Excel Destination
John Fiala
Let me know if this helps or not.
Thanks,
Mark
Ferry Meijndert
I want to do something similar but write out the column name to a table along with the data when rejected. Did you ever figure out how to do this
Thanks
Marcus
Fluxetreflux
How would you do this programmatically Ideally, I'd like to include the actual column name as another output column in my error destination table. Also, is it possible to obtain the error description as well as the ErrorCode (similar to what you might see in the Execution Results pane when debugging)
Thanks
Rob
cessna172k
You can run your error output through a Script Component and try looping through the columns in its InputColumnCollection and VirtualInputColumnCollection looking for the ID value that you've got in the ErrorColumn column to see that this information is usually unavailable.
-Doug