conditional-split

Filtering data values in one column based on another column and then inserting values into different columns in same SQL Table

倾然丶 夕夏残阳落幕 提交于 2019-12-11 02:11:14
问题 This is a bit of a conundrum I am trying to solve using SSIS and a conditional-split transformation. I have a .csv file that contains attribute data in one row for each unique user and the values for each attribute in another column. i.e.: Attribute, Attribute Type ID, 0000000001 Birthdate, 09/02/1976 Role, Manager Or something of the sort. I need to split the attributes into columns that include the Attribute Type Data. So the desired outcome would be: ID, Birthdate, Role, 0000000001, 09/02