Lets say I have a Flat File with 3 columns (EXAMPLE PIPE SEPARATED) This is Flat File
Name | LastName | BirthDay
Arthur | Tower | 10-10-1990
Now in SSIS how can I add Columns but I want the column to have a specific text/number (value) on which I will specify the source since i will be importing data from different systems to the same SQL Table
Example of how I want to see once imported in SQL
Name | LastName | BirthDay | FileFrom
Arthur | Tower | 10-10-1990 | Facebook
Karen | Salty | 12-19-1987 | Twitter