SSIS:The Flat File Connection Manager is unable to read fixed width txt file properly

136 views Asked by At

I need to read data from a fixed width txt file which will be put on the server and write that data to a SQL table through SSIS package. The problem is that when I open the txt file in notepad, the data seems to be unformatted (first row seems distorted even after wordwrap):

Screenshot of original file:

enter image description here

But when I copy the data from notepad, paste it in wordpad, the data seems perfectly formatted. So, when I save this wordpad data as .txt and use it in my SSIS package, the package runs perfectly. But when I use the original file as shown in the screenshot above, the SSIS is unable to read it.

Screenshot of formatted file:

enter image description here

I am a beginner in SSIS and stuck on this issue since many days. Any kind of help would be much appreciated.

0

There are 0 answers