Re: SSIS: ET flat text file to multi-level hierachal XML.
- From: Allan Mitchell <allan@xxxxxxxxxxxxxxxxxx>
- Date: Sun, 3 Dec 2006 09:39:58 +0000 (UTC)
Hello Benjamin,
I don't know whether MS intend to release an XML destination adapter. As for your solution.
Why did you need to drop into temp tables?
You are right though in that it may be easier for you to ask the feed providers to drop to you multiple csv files, load them into the pipeline, use a merge join perhaps then eventually use a Script component as a destination and craft the XML yourself.
Regards
Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com
SSIS seems to lack a powerful feature that Informatica PowerCenter and
GXS AI software provides. That is the ability to extract and group
data in a semi-structured flat text file to XML with multi-level
hierachal XML intutively without hand coding.
With SSIS, I had to extract the formatted report flat text files in to
SQL Server temp tables, then use lookups and OLE DB SQL commands to
update the foreign key relationships across temp tables. Then
manipulate the temp tables and load them to the working tables.
That is a lot of work, and the performance is bad for this type of
work.
Using other products such PowerCenter, it can transform flat text file
into XML. Then pass the XML to a stored procedure for additional
extraction and process into multiple tables. The performance wise
seems better.
One solution now is to have the provider of flat text file provide us
the unformatted report file in multiple grouping in CSV file, or
provide us XML files so we can easily do the ETL part.
Has anyone experience the same issues I'm having?
Will SSIS have XML Destination capability like PowerCenter in the
future?
Thanks,
Benjamin
.
- Follow-Ups:
- Re: SSIS: ET flat text file to multi-level hierachal XML.
- From: Benjamin
- Re: SSIS: ET flat text file to multi-level hierachal XML.
- Prev by Date: Re: copy a password protected dts package from one server to antoh
- Next by Date: Re: SQL2000 and SQL2005 export speed
- Previous by thread: Re: copy a password protected dts package from one server to antoh
- Next by thread: Re: SSIS: ET flat text file to multi-level hierachal XML.
- Index(es):
Relevant Pages
|