<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ssis multicast Archives | ZappySys Blog</title>
	<atom:link href="https://zappysys.com/blog/tag/ssis-multicast/feed/" rel="self" type="application/rss+xml" />
	<link>https://zappysys.com/blog/tag/ssis-multicast/</link>
	<description>SSIS / ODBC Drivers / API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more</description>
	<lastBuildDate>Thu, 12 Oct 2017 14:55:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.4</generator>

<image>
	<url>https://zappysys.com/blog/wp-content/uploads/2023/01/cropped-zappysys-symbol-large-32x32.png</url>
	<title>ssis multicast Archives | ZappySys Blog</title>
	<link>https://zappysys.com/blog/tag/ssis-multicast/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to extract multiple arrays from MongoDB using SSIS</title>
		<link>https://zappysys.com/blog/how-to-extract-multiple-arrays-from-mongodb-using-ssis/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Thu, 12 Jan 2017 18:30:53 +0000</pubDate>
				<category><![CDATA[SSIS MongoDB Source]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[ssis]]></category>
		<category><![CDATA[ssis json parser transform]]></category>
		<category><![CDATA[ssis multicast]]></category>
		<category><![CDATA[SSIS PowerPack]]></category>
		<guid isPermaLink="false">http://zappysys.com/blog/?p=940</guid>

					<description><![CDATA[<p>Since MongoDB Source supports only one output you cannot select two different hierarchies as your filter criteria. However solution is easy. You can perform following steps to achieve similar result without fetching data twice with multiple sources. Same steps described below can be applied for JSON Source (read more here) &#160; Steps &#8211; Extract multiple [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/how-to-extract-multiple-arrays-from-mongodb-using-ssis/">How to extract multiple arrays from MongoDB using SSIS</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://zappysys.com/blog/wp-content/uploads/2017/08/mongodb-logo.png"><img decoding="async" class="size-full wp-image-2115 alignleft" src="https://zappysys.com/blog/wp-content/uploads/2017/08/mongodb-logo.png" alt="" width="88" height="88" /></a>Since <a href="//zappysys.com/products/ssis-powerpack/ssis-mongodb-source/" target="_blank" rel="noopener">MongoDB Source</a> supports only one output you cannot select two different hierarchies as your filter criteria. However solution is easy. You can perform following steps to achieve similar result without fetching data twice with multiple sources. Same steps described below can be applied for <a href="//zappysys.com/products/ssis-powerpack/ssis-json-file-source/" target="_blank" rel="noopener">JSON Source</a> (read <a href="https://zappysys.com/blog/extract-read-multiple-arrays-from-json-data-file-rest-api-response/" target="_blank" rel="noopener">more here</a>)</p>
<p>&nbsp;</p>
<h2>Steps &#8211; Extract multiple arrays from MongoDB</h2>
<ol>
<li>Extract data using MongoDB source (Select output mode as Raw Document)</li>
<li>Connect MongoDB Source to Multicast Transform</li>
<li>Connect multi cast output to <a href="//zappysys.com/products/ssis-powerpack/ssis-json-parser-transform/" target="_blank" rel="noopener">JSON Parser Transform</a> which will take upstream raw JSON doc and convert to Flat table output just like MongoDB source. On Json Parser specify filter e.g. $.doc.<strong>Array1</strong>[*]</li>
<li>Connect Json Parser Transform output to desired target e.g. sql server/flat file.</li>
<li>Repeat step #3,4,5 for  as many outputs you need with different filter settings (e.g. $.doc.<strong>Array2</strong>[*]).</li>
</ol>
<p>Here is more info about JSON Parser Transform (This is new Transform added in v2.2)</p>
<p><a href="//zappysys.com/products/ssis-powerpack/ssis-json-parser-transform/">//zappysys.com/products/ssis-powerpack/ssis-json-parser-transform/</a></p>
<h2>Video Tutorial &#8211; Step By Step &#8211; How to read multiple MongoDB arrays</h2>
<p>Below video tutorial demonstrates following things</p>
<p>* How to execute MongoDB Shell commands in SSIS (e.g. create Collection)<br />
* How to read data from multiple arrays from MongoDB document (i.e. Orders, Products)<br />
* Save result into two SQL Server tables</p>
<a href="https://zappysys.com/blog/how-to-extract-multiple-arrays-from-mongodb-using-ssis/"><img decoding="async" src="https://zappysys.com/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2FKtXRxlhBF5M%2Fhqdefault.jpg" alt="YouTube Video"></a><br /><br /></p>
<p>&nbsp;</p>
<p>The post <a href="https://zappysys.com/blog/how-to-extract-multiple-arrays-from-mongodb-using-ssis/">How to extract multiple arrays from MongoDB using SSIS</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
