I have an Excel file with first_name, last_name, location as source. In destination I've first_name, last_name, location and status
In the SSIS ETL process, I need to pass the default value "Current" for the status column. How do I configure this in a Derived Column Transformation when that status column is not available in the source?