Hello. I have an assignment I *have* to solve using SSIS. I have to clean my data, which is stored in an Excel file. I have the following problem:
My first column is shifted up from the rest, which gives this result:
value | *null*
value | value
value | value
*null* | value
where there should only be aligned values.
I was wondering if someone could help me find the right transformation to fix these data. I think the solution is to shift that column down, but I don't know how to do it. Any advice is welcome! Thanks a lot!