Re: SSIS - Flat Files
- From: "Andrew Watt [MVP]" <SVGDeveloper@xxxxxxx>
- Date: Thu, 20 Apr 2006 13:32:20 +0100
David,
I'm not aware of any easy/automatic way to use your existing custom
format files through the SSIS Designer.
When creating a Flat File Connection Manager specify fixed width in
the Format dropdown on the General tab. Then on the Columns tab use
the GUI to define column widths after defining row width.
Andrew Watt [MVP]
On Wed, 19 Apr 2006 14:41:01 -0700, Wiseman82
<Wiseman82@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I've started learning SSIS and I'd like to replace our import tool with an.
SSIS project. The data warehouse is populated from flat files (fixed width
format) - there are a handful of different formats and all the files are
quite wide ~300 columns. I already have custom format files used by our
current import tool - these are stored as csv files that specify column
names, start, end and length of each column. e.g.
; Comments at start of file starting with a semi-colon
columnname, start, end, length
MyColumnName, 1, 2, 2
MyColumnName2, 3, 6, 4
Is there an easy method to create a flat file connection from these format
files? It would be time consuming to create these by hand - Is there an easy
way to create these connections. I know you can create custom data sources -
the existing flat file data source is fine, but an easy method to enter the
specification would be useful.
Many Thanks,
David
- Prev by Date: Re: SSIS
- Next by Date: Re: DTS for Oracle through ODBC: Error Calling GetNextRows in Prev
- Previous by thread: DTS Package tables used
- Next by thread: Re: SSIS - Flat Files
- Index(es):
Relevant Pages
|