Forum Discussion
transform data (ssis)
Hello
I work on a client project which consists in monitoring the time allocations of the employees. a file is extracted from the platform which allows the entry of times but this file does not appear as I would have liked (see attached file). I would therefore like to create an additional column in sql to indicate the name of the person who made the entry. How can I do it in sql (SSIS) (i already got the file in a sql table)
the attached file contains data of 2 persons
thank you for your help
5 Replies
- bake13
Microsoft
Hi SABSLI -- What version of SQL Server are you using? Also, I be misinterpreting your attached spreadsheet, but it appears to me that there is data for three individuals listed, not just two.
1. Johnana Lama
2. Rosalinda Riviere
3. Patrick Lama
Or are you just wanting to ignore the data for the second person in the spreadsheet?
- bake13
Microsoft
Hi SABSLI -- Apologies for the delay. I think this can be accomplished using either a derived column or conditional split or some combination of the two. This might be a bit challenging given the structure of the source data.
As soon as time permits, I will try to create an example package.