Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSIS - export data from OLE DB table to "fix sized" flat file

Status
Not open for further replies.

lupidol

Programmer
Apr 23, 2008
125
IL
Hi everyone,
I try to export a table's content into a "fix size" flat table of which first row is titles and
i get (in the destination flat file) a first row that contains titles + 10 positions of the next
row which is the data itself.
Each row at the destination flat file is far longer of what i defined and it all gets mixed up.
I could get to more details but i'd first like to know if it is common to get a flat table with
titles + data at first row and data rows longer then defined.
Is that phenomena familiar to anyone, any thing in particuar i should know (except of regular
definitions to which i'm well familiar) about exporting to destination flat file of fixed size columns ?
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top