The .CSV file which I am trying to load into the DataBase using SSIS had empty columns in the end which I deleted through the Flat File connection. But the challenge I am facing here is when I try to load in the file to the destination there are commas in the last column with the data. The last column should just be data but because there are some commas which are adding up even though my delimiter is comma, my file isn't loading into the destination.
Any help would be much appreciated.
Thanks!