Hi all
I have a CSV file which has it's information out of sync with it's column headers - the post code is in column Address1. Please see attachment of a sample record.
Even though this is obviously wrong to the human eye, is there any way programmatically that i can:
- Place the Post Code under it's proper column and
- move the other pieces of information to the relevant columns?
SSIS or TSQL would suffice.
Thanks in advance.