I have a excel spreadsheet with number of columns to be loaded by SSIS package to a SQL database. Some spreadsheets arefailed to loading data to a table due to hidden characters. When I manually delete/clear those blank cells its working fine, which means there are some hidden characters in blank cells which caused the issue.
Now I want to know how to change my SSIS package or add a new SSIS package to delete/remove all hidden characters/white spaces in blank cells before load the data to a table.I am not an experienced SSIS user so I would greatly appreciate if you can help with this.
Many thanks