This is what the SSIS package does:
- Pulls file from FTP
- LOOPS
- Parse Data (Fixed width)
- Stores data to database.
It had been running fine but now the issue i have been facing is that, for instance, data that was supposed to be added to column A is now added to column M (this is an example), I know, if it could start adding data from column A, everything would be fixed.
Could somebody please explain me why this happened and how can I fix it?
Thank you,