I am working on data import from Excel to Sql Table using SSIS.
I am facing the issue of some of string values replaced by NULL values(since the first 8 records contains only numeric values). Needless to say I tried with appending the connection string with IMEX=1, but the problem still persists and I dont want to tamper the REGISTRY as recommended in few articles.
Can you guys suggest a resolution to this issue, where there could be string value in a column after the first 8 records in Excel, but it should go with original data in DB. I am looking for a good workaround, knowing that this seems a standard issue.