Importing excel files having variable headers
问题 I have the SSIS package, which will load the excel file into Database. I have created Excel Source task to map the excel column name to Database table column name and its working fine. In rare case, We are receiving the excel file column name with some space (for example : Column name is \"ABC\" but we are receiving \"ABC \") and which cause the mapping issue and SSIS got failed. Is there any possible to trim the column name without opening the excel. Note : Page name will be dynamic and