<?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 Excel Connection Archives | ZappySys Blog</title>
	<atom:link href="https://zappysys.com/blog/category/ssis/connection-manager/ssis-excel-connection/feed/" rel="self" type="application/rss+xml" />
	<link>https://zappysys.com/blog/category/ssis/connection-manager/ssis-excel-connection/</link>
	<description>SSIS / ODBC Drivers / API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more</description>
	<lastBuildDate>Wed, 11 Sep 2019 12:33:15 +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 Excel Connection Archives | ZappySys Blog</title>
	<link>https://zappysys.com/blog/category/ssis/connection-manager/ssis-excel-connection/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to read excel file in SSIS &#8211; Load into SQL Server</title>
		<link>https://zappysys.com/blog/read-excel-file-ssis-load-sql-server/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Sat, 30 Mar 2019 06:07:33 +0000</pubDate>
				<category><![CDATA[SSIS Excel Connection]]></category>
		<category><![CDATA[SSIS Excel Source]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[ssis]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=6651</guid>

					<description><![CDATA[<p>Introduction In this post, we will learn How to read excel file in SSIS &#8211; Load into SQL Server.  We will use SSIS PowerPack to connect Excel file. This article also covers how to read Excel file in SSIS. SSIS Excel File Source Connector (Advanced Excel Source) can be used to read Excel files without installing any [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/read-excel-file-ssis-load-sql-server/">How to read excel file in SSIS &#8211; Load into SQL Server</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Introduction</h2>
<p><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source.png" target="_blank" rel="noopener"><img decoding="async" class="wp-image-6653 size-full alignleft" src="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source.png" alt="ssis-excel-file-source" width="128" height="128" /></a></p>
<p>In this post, we will learn <strong>How to read excel file in SSIS &#8211; Load into SQL Server</strong>.  We will use <a href="https://zappysys.com/products/ssis-powerpack/">SSIS PowerPack</a> to connect Excel file. This article also covers how to read Excel file in SSIS.</p>
<p><a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-source/" target="_blank" rel="noopener">SSIS Excel File Source Connector</a> (Advanced Excel Source) can be used to read Excel files without installing any Microsoft Office Driver. You can extract using Table mode or query mode (SQL Command).</p>
<p>In nutshell, this post will focus on how to Read Excel file and load data into SQL Server Table.</p>
<h2>Prerequisite</h2>
<ol>
<li>First, you will need to have SSIS installed</li>
<li>Secondly, make sure to have SSDT</li>
<li>Make sure that Microsoft Excel installed</li>
<li>Finally, do not forget to install ZappySys <a href="https://zappysys.com/products/ssis-powerpack/" target="_blank" rel="noopener">SSIS PowerPack</a></li>
</ol>
<p><strong>Components Mentioned in this article</strong><br />
<div class="su-table su-table-alternate">
<table style="width: 407px">
<tbody>
<tr style="height: 30px">
<td style="width: 33.2955px;height: 40px"><img loading="lazy" decoding="async" src="https://i0.wp.com/zappysys.com/onlinehelp/ssis-powerpack/scr/images/excel-source/ssis-excel-file-source.png?w=720&amp;ssl=1" alt="SSIS Amazon S3 CSV File Source" width="32" height="32" /></td>
<td style="width: 357.841px;height: 40px"><a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-source/" target="_blank" rel="noopener">Excel Source</a></td>
</tr>
<tr style="height: 30px">
<td style="width: 33.2955px;height: 40px"><img loading="lazy" decoding="async" src="https://i0.wp.com/zappysys.com/onlinehelp/ssis-powerpack/scr/images/excel-destination/ssis-excel-file-destination.png?zoom=1.100000023841858&amp;w=720&amp;ssl=1?w=720&amp;ssl=1" alt="SSIS Amazon S3 XML File Source" width="32" height="32" /></td>
<td style="width: 357.841px;height: 40px"><a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-destination/" target="_blank" rel="noopener">Excel Destination</a></td>
</tr>
</tbody>
</table>
</div>
<h2>What is Excel File Source Connector</h2>
<p>SSIS Excel File Source Connector (Advanced Excel Source) can be used to read the Excel file without installing any Microsoft Office Driver. You can extract using Table mode or query mode (SQL Command). Support for flexible metadata detection mode so you can get accurate datatypes</p>
<h2>Getting Started</h2>
<p>In order to start, we will show several examples of how to connect the excel file and read data from the excel worksheet. ZappySys includes an <a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-source/" target="_blank" rel="noopener">SSIS Excel File Source Connector</a> that will help you in reading excel sheet data from Excel File. Here we are showing you is, How to Load Excel File data in SQL Server using SSIS Pack.</p>
<h2>Getting Started &#8211; Read Excel File in SSIS</h2>
<p>Let´s start with an example. Let&#8217;s use our <a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-source/" target="_blank" rel="noopener">SSIS Excel File Source Connector</a>, we will read data from Microsoft Excel File.</p>
<ol>
<li>First of All, Drag and drop Data Flow Task from SSIS Toolbox and double click it to edit.<a href="https://zappysys.com/blog/wp-content/uploads/2019/09/ssis-drag-drop-data-flow-task.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter wp-image-7934 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/09/ssis-drag-drop-data-flow-task.png" alt="Drag and Drop SSIS Data Flow Task from SSIS Toolbox" width="460" height="155" srcset="https://zappysys.com/blog/wp-content/uploads/2019/09/ssis-drag-drop-data-flow-task.png 460w, https://zappysys.com/blog/wp-content/uploads/2019/09/ssis-drag-drop-data-flow-task-300x101.png 300w" sizes="(max-width: 460px) 100vw, 460px" /></a></li>
<li>Now add Excel Source from the SSIS Toolbox.
<div id="attachment_6657" style="width: 677px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-add-excel-source-task.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6657" class="wp-image-6657 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-add-excel-source-task.png" alt="Drag and Drop Excel Source" width="667" height="369" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-add-excel-source-task.png 667w, https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-add-excel-source-task-300x166.png 300w" sizes="(max-width: 667px) 100vw, 667px" /></a><p id="caption-attachment-6657" class="wp-caption-text">Drag and Drop Excel Source</p></div></li>
<li>Double Click on Excel Source for edit and select New Connection and click on New button.
<div id="attachment_6658" style="width: 725px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-edit-excel-file-source.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6658" class="wp-image-6658 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-edit-excel-file-source.png" alt="ssis-edit-excel-file-source" width="715" height="692" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-edit-excel-file-source.png 715w, https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-edit-excel-file-source-300x290.png 300w" sizes="(max-width: 715px) 100vw, 715px" /></a><p id="caption-attachment-6658" class="wp-caption-text">Edit Excel Source</p></div></li>
<li>Now select the excel file path in and test connection in opened excel connection manager window and click on OK.
<div id="attachment_6616" style="width: 763px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/Select-Excel-File-For-Connection.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6616" class="wp-image-6616 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/Select-Excel-File-For-Connection.png" alt="Select Excel File For Connection" width="753" height="568" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/Select-Excel-File-For-Connection.png 753w, https://zappysys.com/blog/wp-content/uploads/2019/03/Select-Excel-File-For-Connection-300x226.png 300w" sizes="(max-width: 753px) 100vw, 753px" /></a><p id="caption-attachment-6616" class="wp-caption-text">Select Excel File For Connection</p></div></li>
<li>Let&#8217;s read the Excel Workbook data using table mode and select sheet to read data from that excel sheet.
<div id="attachment_6659" style="width: 808px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-table.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6659" class="wp-image-6659 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-table.png" alt="ssis-excel-file-source-access-mode-table" width="798" height="669" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-table.png 798w, https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-table-300x252.png 300w, https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-table-768x644.png 768w" sizes="(max-width: 798px) 100vw, 798px" /></a><p id="caption-attachment-6659" class="wp-caption-text">Load Excel Sheet Data using Access mode as a Table</p></div></li>
<li> We can also read Excel Workbook using SQL Query mode and filter the data.
<div id="attachment_6660" style="width: 765px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-query.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6660" class="wp-image-6660 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-query.png" alt="Read from Excel File using SQL Query Mode" width="755" height="664" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-query.png 755w, https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-query-300x264.png 300w" sizes="(max-width: 755px) 100vw, 755px" /></a><p id="caption-attachment-6660" class="wp-caption-text">Read from Excel File using SQL Query Mode</p></div></li>
<li>You can do various other things also in the query mode, find our various example here to read Excel Workbook using SQL Query mode.
<div id="attachment_6661" style="width: 577px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-query-example.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6661" class="wp-image-6661 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-query-example.png" alt="Read from Excel File using SQL Query Mode Examples" width="567" height="435" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-query-example.png 567w, https://zappysys.com/blog/wp-content/uploads/2019/03/ssis-excel-file-source-access-mode-query-example-300x230.png 300w" sizes="(max-width: 567px) 100vw, 567px" /></a><p id="caption-attachment-6661" class="wp-caption-text">Read from Excel File using SQL Query Mode Examples</p></div>
<p>&nbsp;</li>
<li> That&#8217;s it we are ready to load excel file data to SQL Server.</li>
</ol>
<h2>Load Excel File data into SQL Server</h2>
<div class="content_block" id="custom_post_widget-5617"><p>ZappySys SSIS PowerPack makes it easy to load data from various sources such as REST, SOAP, JSON, XML, CSV or from other source into SQL Server, or PostgreSQL, or Amazon Redshift, or other  targets. The <strong>Upsert Destination</strong> component allows you to automatically insert new records and update existing ones based on key columns. Below are the detailed steps to configure it.</p>
<h3>Step 1: Add Upsert Destination to Data Flow</h3>
<ol>
<li>Drag and drop the <strong>Upsert Destination</strong> component from the SSIS Toolbox.</li>
<li>Connect your source component (e.g., JSON / REST / Other Source) to the Upsert Destination.</li>
</ol>
<div class="wp-caption aligncenter">
<a href="https://zappysys.com/blog/wp-content/uploads/2017/08/ssis-data-flow-drag-drop-upsert-destination.png">
<img loading="lazy" decoding="async" class="size-full" alt="" src="https://zappysys.com/blog/wp-content/uploads/2017/08/ssis-data-flow-drag-drop-upsert-destination.png" /></a>
<p class="wp-caption-text">SSIS - Data Flow - Drang and Drop Upsert Destination Component</p>
</div>
<h3>Step 2: Configure Target Connection</h3>
<ol>
<li>Double-click the <strong>Upsert Destination</strong> component to open the configuration window.</li>
<li>Under <strong>Connection</strong>, select an existing target connection or click <strong>NEW</strong> to create a new connection.
<ul>
<li>Example: SQL Server, or PostgreSQL, or Amazon Redshift.</li>
</ul>
</li>
</ol>
<h3>Step 3: Select or Create Target Table</h3>
<ol>
<li>In the <strong>Target Table</strong> dropdown, select the table where you want to load data.</li>
<li>Optionally, click <strong>NEW</strong> to create a new table based on the source columns.</li>
</ol>
<div class="wp-caption aligncenter">
<a href="https://zappysys.com/blog/wp-content/uploads/2020/09/upsert-destination-configuration.png">
<img loading="lazy" decoding="async" class="size-full" alt="" src="https://zappysys.com/blog/wp-content/uploads/2020/09/upsert-destination-configuration.png" /></a>
<p class="wp-caption-text">Configure SSIS Upsert Destination Connection - Loading data (REST / SOAP / JSON / XML /CSV) into SQL Server or other target using SSIS</p>
</div>
<h3>Step 4: Map Columns</h3>
<ol>
<li>Go to the <strong>Mappings</strong> tab.</li>
<li>Click <strong>Auto Map</strong> to map source columns to target columns by name.</li>
<li>Ensure you <strong>check the Primary key column(s)</strong> that will determine whether a record is inserted or updated.</li>
<li>You can manually adjust the mappings if necessary.</li>
</ol>
 <div class="wp-caption aligncenter">
<a href="https://zappysys.com/blog/wp-content/uploads/2020/09/upsert-destination-key.png">
<img loading="lazy" decoding="async" class="size-full" alt="" src="https://zappysys.com/blog/wp-content/uploads/2020/09/upsert-destination-key.png" /></a>
<p class="wp-caption-text">SSIS Upsert Destination - Columns Mappings</p>
</div>
<h3>Step 5: Save Settings</h3>
<ul>
<li>Click <strong>OK</strong> to save the Upsert Destination configuration.</li>
</ul>
<h3>Step 6: Optional: Add Logging or Analysis</h3>
<ul>
<li>You may add extra destination components to log the number of inserted vs. updated records for monitoring or auditing purposes.</li>
</ul>
<h3>Step 7: Execute the Package</h3>
<ul>
<li>Run your SSIS package and verify that the data is correctly inserted and updated in the target table.</li>
</ul>
<div class="wp-caption aligncenter">
<a href="https://zappysys.com/blog/wp-content/uploads/2018/12/ssis-upsert-destination-execute.png">
<img loading="lazy" decoding="async" class="size-full" alt="" src="https://zappysys.com/blog/wp-content/uploads/2018/12/ssis-upsert-destination-execute.png" /></a>
<p class="wp-caption-text">SSIS Upsert Destination Execution</p>
</div></div>
<h2><span id="Conclusion">Conclusion</span></h2>
<p>Above all, in this blog, we learned how to read excel file worksheet Data in Excel File using SSIS Pack. We used <a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-source/" target="_blank" rel="noopener">Excel File Source Connector</a> to read the Excel file and load data into SQL Server. You can <a href="https://zappysys.com/products/ssis-powerpack/">download SSIS PowerPack here</a> to try many other scenarios not discussed in this blog along with 70+ other components.</p>
<h2><span id="References">References</span></h2>
<p>Finally, you can use the following links for more information:</p>
<ul>
<li style="list-style-type: none">
<ul>
<li>Help File: <a href="https://zappysys.com/onlinehelp/ssis-powerpack/index.htm#page=ssis-excel-source.htm" target="_blank" rel="noopener">Excel Source</a></li>
<li><a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-source/" target="_blank" rel="noopener">Excel Source</a></li>
</ul>
</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/read-excel-file-ssis-load-sql-server/">How to read excel file in SSIS &#8211; Load into SQL Server</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Create Excel File in SSIS (Read from JSON / XML)</title>
		<link>https://zappysys.com/blog/create-excel-file-in-ssis-json-xml/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Sat, 23 Mar 2019 06:22:22 +0000</pubDate>
				<category><![CDATA[SSIS Excel Connection]]></category>
		<category><![CDATA[SSIS Excel Destination]]></category>
		<category><![CDATA[SSIS JSON Source (File/REST)]]></category>
		<category><![CDATA[SSIS XML Source (File / SOAP)]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[ssis]]></category>
		<category><![CDATA[xml]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=6610</guid>

					<description><![CDATA[<p>Introduction In this post, we will learn how to Create Excel File in SSIS from source like JSON / XML.  We will use SSIS PowerPack to connect and query a JSON or XML file. This article also covers creating Excel from JSON File. JSON stands for JavaScript Object Notation and it is an Open and Standard format to [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/create-excel-file-in-ssis-json-xml/">Create Excel File in SSIS (Read from JSON / XML)</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Introduction</h2>
<p><a href="https://zappysys.com/blog/wp-content/uploads/2018/03/json-to-excel-import-export.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="alignleft wp-image-2845 size-thumbnail" src="https://zappysys.com/blog/wp-content/uploads/2018/03/json-to-excel-import-export-150x150.png" alt="json to excel" width="150" height="150" srcset="https://zappysys.com/blog/wp-content/uploads/2018/03/json-to-excel-import-export-150x150.png 150w, https://zappysys.com/blog/wp-content/uploads/2018/03/json-to-excel-import-export-300x300.png 300w, https://zappysys.com/blog/wp-content/uploads/2018/03/json-to-excel-import-export.png 343w" sizes="(max-width: 150px) 100vw, 150px" /></a></p>
<p>In this post, we will learn how to <strong>Create Excel File in SSIS from source like JSON / XML</strong>.  We will use <a href="https://zappysys.com/products/ssis-powerpack/">SSIS PowerPack</a> to connect and query a JSON or XML file. This article also covers creating Excel from JSON File.</p>
<p>JSON stands for JavaScript Object Notation and it is an Open and Standard format to read an object with attributes and values.  JSON is replacing XML because it is faster to read data, it is easier to parse data, it does not require end tags, it is shorter and it can use arrays.</p>
<p>&nbsp;</p>
<h2>Prerequisite</h2>
<ol>
<li>First, you will need to have SSIS installed</li>
<li>Secondly, make sure to have SSDT</li>
<li>Make sure that Microsoft Excel installed</li>
<li>Finally, do not forget to install ZappySys <a href="https://zappysys.com/products/ssis-powerpack/" target="_blank" rel="noopener">SSIS PowerPack</a></li>
</ol>
<p>&nbsp;</p>
<p><strong>Components Mentioned in this article</strong><br />
<div class="su-table su-table-alternate">
<table style="width: 407px;height: 160px">
<tbody>
<tr style="height: 40px">
<td style="width: 33.2955px;height: 40px"><img loading="lazy" decoding="async" src="https://i1.wp.com/zappysys.com/images/ssis-powerpack/SSIS-Json-Source-Adapter.png?zoom=1.100000023841858&amp;w=720?w=720&amp;ssl=1" alt="SSIS Amazon S3 CSV File Source" width="32" height="32" /></td>
<td style="width: 357.841px;height: 40px"><a href="https://zappysys.com/products/ssis-powerpack/ssis-json-file-source/" target="_blank" rel="noopener">JSON File/REST API Source</a></td>
</tr>
<tr style="height: 40px">
<td style="width: 33.2955px;height: 40px"><img loading="lazy" decoding="async" src="https://i2.wp.com/zappysys.com/images/ssis-powerpack/ssis-xml-source.png?zoom=1.100000023841858&amp;w=720&amp;ssl=1?w=720&amp;ssl=1" alt="SSIS Amazon S3 CSV File Destination" width="32" height="32" /></td>
<td style="width: 357.841px;height: 40px"><a href="https://zappysys.com/products/ssis-powerpack/ssis-xml-source/" target="_blank" rel="noopener">XML File Source</a></td>
</tr>
<tr style="height: 40px">
<td style="width: 33.2955px;height: 40px"><img loading="lazy" decoding="async" src="https://i0.wp.com/zappysys.com/onlinehelp/ssis-powerpack/scr/images/excel-destination/ssis-excel-file-destination.png?zoom=1.100000023841858&amp;w=720&amp;ssl=1?w=720&amp;ssl=1" alt="SSIS Amazon S3 XML File Source" width="32" height="32" /></td>
<td style="width: 357.841px;height: 40px"><a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-destination/" target="_blank" rel="noopener">Excel Destination</a></td>
</tr>
</tbody>
</table>
</div>
<h2>What is JSON File Source</h2>
<p>JSON Source Connector can be used to extract and output JSON data stored in local JSON files, JSON data coming from REST API web service calls (Web URL) or direct JSON String (variables or DB columns). JSON component also supports JSONPath to filter data from nested array/sub-documents. This component is optimized to work with very large files.</p>
<h2>What is XML File Source</h2>
<p>SSIS XML Source can be used to consume multiple XML files or XML formatted response from SOAP Web service or REST API Web Service. It supports advanced filtering along with a flexible approach to configuring request parameters for web service.</p>
<h2>Getting Started</h2>
<p>In order to start, we will show several examples. ZappySys includes an <a href="https://zappysys.com/products/ssis-powerpack/" target="_blank" rel="noopener">SSIS JSON Source for JSON or XML File as well as REST API</a> that will help you in reading JSON or XML Files from JSON or XML File to the Local machine. Here we are showing you is, How to Load JSON or XML Data in Excel File using SSIS Pack.</p>
<h2>Getting Started &#8211; Create Excel File in SSIS</h2>
<p>Let´s start with an example. In this SSIS JSON or XML Source for JSON or XML File task example, we will read JSON or XML files from Microsoft Excel File.</p>
<ol>
<li>First of All, Drag and drop Data Flow Task from SSIS Toolbox and double click it to edit.
<div id="attachment_7934" style="width: 470px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/09/ssis-drag-drop-data-flow-task.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-7934" class="wp-image-7934 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/09/ssis-drag-drop-data-flow-task.png" alt="Drag and Drop SSIS Data Flow Task from SSIS Toolbox" width="460" height="155" srcset="https://zappysys.com/blog/wp-content/uploads/2019/09/ssis-drag-drop-data-flow-task.png 460w, https://zappysys.com/blog/wp-content/uploads/2019/09/ssis-drag-drop-data-flow-task-300x101.png 300w" sizes="(max-width: 460px) 100vw, 460px" /></a><p id="caption-attachment-7934" class="wp-caption-text">Drag and Drop SSIS Data Flow Task from SSIS Toolbox</p></div></li>
<li>Drag and Drop relevant JSON or XML Source(REST API and File) for JSON or XML File Task from the SSIS Toolbox.
<div id="attachment_6629" style="width: 1040px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-add-json-xml-source.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6629" class="wp-image-6629 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-add-json-xml-source.png" alt="SSIS Add JSON or XML Source" width="1030" height="725" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-add-json-xml-source.png 1030w, https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-add-json-xml-source-300x211.png 300w, https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-add-json-xml-source-768x541.png 768w, https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-add-json-xml-source-1024x721.png 1024w" sizes="(max-width: 1030px) 100vw, 1030px" /></a><p id="caption-attachment-6629" class="wp-caption-text">SSIS Add JSON or XML Source</p></div></li>
<li>Double Click on JSON or XML Source (REST API or File) for edit.
<div id="attachment_6613" style="width: 730px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/Select-JSON-XML-Source-File.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6613" class="wp-image-6613 size-medium_large" src="https://zappysys.com/blog/wp-content/uploads/2019/03/Select-JSON-XML-Source-File-e1553327007367-768x564.png" alt="SSIS Json/XML Source File" width="720" height="529" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/Select-JSON-XML-Source-File-e1553327007367-768x564.png 768w, https://zappysys.com/blog/wp-content/uploads/2019/03/Select-JSON-XML-Source-File-e1553327007367-300x220.png 300w, https://zappysys.com/blog/wp-content/uploads/2019/03/Select-JSON-XML-Source-File-e1553327007367.png 879w" sizes="(max-width: 720px) 100vw, 720px" /></a><p id="caption-attachment-6613" class="wp-caption-text">SSIS Json/XML Source File</p></div></li>
<li>JSON and XML Source Task is able to do more various call of Rest API using Http and Oauth2 Connection also Please refer below articles link for the same
<ul>
<li><a href="https://zappysys.com/blog/category/ssis/components/ssis-json-source/" target="_blank" rel="noopener">Various Articles for JSON Source</a></li>
<li><a href="https://zappysys.com/blog/category/ssis/components/ssis-xml-source-file/" target="_blank" rel="noopener">Various Articles for XML Source</a></li>
</ul>
</li>
<li>Now let&#8217;s create the Excel File Connection. In the connection Manager Window right click and select new connection.
<div id="attachment_6623" style="width: 730px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/Create-Excel-File-Connection.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6623" class="wp-image-6623 size-medium_large" src="https://zappysys.com/blog/wp-content/uploads/2019/03/Create-Excel-File-Connection-768x384.png" alt="Create Excel File Connection" width="720" height="360" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/Create-Excel-File-Connection-768x384.png 768w, https://zappysys.com/blog/wp-content/uploads/2019/03/Create-Excel-File-Connection-300x150.png 300w, https://zappysys.com/blog/wp-content/uploads/2019/03/Create-Excel-File-Connection.png 942w" sizes="(max-width: 720px) 100vw, 720px" /></a><p id="caption-attachment-6623" class="wp-caption-text">Create Excel File Connection</p></div>
<p>&nbsp;</li>
<li>And Create The Zs-Excel Type Connection. And click Add.
<div id="attachment_6615" style="width: 581px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/Add-Excel-Connection.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6615" class="wp-image-6615 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/Add-Excel-Connection.png" alt="Add Excel Connection" width="571" height="644" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/Add-Excel-Connection.png 571w, https://zappysys.com/blog/wp-content/uploads/2019/03/Add-Excel-Connection-266x300.png 266w" sizes="(max-width: 571px) 100vw, 571px" /></a><p id="caption-attachment-6615" class="wp-caption-text">Add Excel Connection</p></div>
<p>&nbsp;</li>
<li>Now select the excel file path in and test connection.
<div id="attachment_6616" style="width: 763px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/Select-Excel-File-For-Connection.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6616" class="wp-image-6616 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/Select-Excel-File-For-Connection.png" alt="Select Excel File For Connection" width="753" height="568" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/Select-Excel-File-For-Connection.png 753w, https://zappysys.com/blog/wp-content/uploads/2019/03/Select-Excel-File-For-Connection-300x226.png 300w" sizes="(max-width: 753px) 100vw, 753px" /></a><p id="caption-attachment-6616" class="wp-caption-text">Select Excel File For Connection</p></div>
<p>&nbsp;</li>
<li> Now add Our <b><a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-destination/" rel="noreferrer">Excel File Destination Connector</a> </b>and connect upper JSON or XML source with it<br />
<a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-destination/" rel="noreferrer">https://zappysys.com/products/ssis-powerpack/ssis-excel-file-destination/</a><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-excel-destination.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter wp-image-6627 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-excel-destination.png" alt="" width="297" height="200" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-excel-destination.png 297w, https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-excel-destination-272x182.png 272w" sizes="(max-width: 297px) 100vw, 297px" /></a></li>
<li> And now edit the Excel destination and select that created excel file connection to load the data in excel file.
<div id="attachment_6618" style="width: 666px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-Excel-Connection-Edit.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6618" class="wp-image-6618 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-Excel-Connection-Edit.png" alt="SSIS Excel Connection Advanced Edit" width="656" height="375" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-Excel-Connection-Edit.png 656w, https://zappysys.com/blog/wp-content/uploads/2019/03/SSIS-Excel-Connection-Edit-300x171.png 300w" sizes="(max-width: 656px) 100vw, 656px" /></a><p id="caption-attachment-6618" class="wp-caption-text">SSIS Excel Connection Advanced Edit</p></div>
<p>&nbsp;</li>
<li>Give the Range Start cell in Component Properties. (A1 for starting of the file) and select the table name.
<div id="attachment_6619" style="width: 800px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/Advance-editor-for-SSIS-excel-destination.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6619" class="wp-image-6619 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/Advance-editor-for-SSIS-excel-destination.png" alt="Give RangeStartCell and TableName" width="790" height="748" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/Advance-editor-for-SSIS-excel-destination.png 790w, https://zappysys.com/blog/wp-content/uploads/2019/03/Advance-editor-for-SSIS-excel-destination-300x284.png 300w, https://zappysys.com/blog/wp-content/uploads/2019/03/Advance-editor-for-SSIS-excel-destination-768x727.png 768w" sizes="(max-width: 790px) 100vw, 790px" /></a><p id="caption-attachment-6619" class="wp-caption-text">Give RangeStartCell and TableName</p></div>
<p>&nbsp;</li>
<li> Select the input columns.
<div id="attachment_6620" style="width: 768px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/select-input-columns.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6620" class="wp-image-6620 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/select-input-columns.png" alt="Select Input Columns" width="758" height="691" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/select-input-columns.png 758w, https://zappysys.com/blog/wp-content/uploads/2019/03/select-input-columns-300x273.png 300w" sizes="(max-width: 758px) 100vw, 758px" /></a><p id="caption-attachment-6620" class="wp-caption-text">Select Input Columns</p></div></li>
<li>That&#8217;s run the package and it will load all the JSON or XML File data into the Excel file.
<div id="attachment_6628" style="width: 372px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/run-package-for-json-into-excel-file.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6628" class="wp-image-6628 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/run-package-for-json-into-excel-file.png" alt="run-package-for-json-into-excel-file" width="362" height="218" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/run-package-for-json-into-excel-file.png 362w, https://zappysys.com/blog/wp-content/uploads/2019/03/run-package-for-json-into-excel-file-300x181.png 300w" sizes="(max-width: 362px) 100vw, 362px" /></a><p id="caption-attachment-6628" class="wp-caption-text">run-package-for-json-into-excel-file</p></div>
<div id="attachment_6622" style="width: 625px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2019/03/excel-file-data-stored.png" target="_blank" rel="noopener"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6622" class="wp-image-6622 size-full" src="https://zappysys.com/blog/wp-content/uploads/2019/03/excel-file-data-stored.png" alt="Stored Data into Excel File" width="615" height="308" srcset="https://zappysys.com/blog/wp-content/uploads/2019/03/excel-file-data-stored.png 615w, https://zappysys.com/blog/wp-content/uploads/2019/03/excel-file-data-stored-300x150.png 300w" sizes="(max-width: 615px) 100vw, 615px" /></a><p id="caption-attachment-6622" class="wp-caption-text">Stored Data into Excel File</p></div>
<p>&nbsp;</li>
</ol>
<h2><span id="Conclusion">Conclusion</span></h2>
<p>Above all, in this blog, we learned how to Load JSON or XML Data in Excel File using SSIS Pack. We used <a href="https://zappysys.com/products/ssis-powerpack/ssis-amazon-s3-csv-file-source/" target="_blank" rel="noopener">JSON or Excel Source(REST API or File) for JSON or Excel file</a>, <a href="https://zappysys.com/products/ssis-powerpack/ssis-amazon-s3-json-file-source/" target="_blank" rel="noopener">Excel Destination for Excel file</a> to read the JSON or XML file and load data into Excel File. You can <a href="https://zappysys.com/products/ssis-powerpack/">download SSIS PowerPack here</a> to try many other scenarios not discussed in this blog along with 70+ other components.</p>
<h2><span id="References">References</span></h2>
<p>Finally, you can use the following links for more information:</p>
<ul>
<li><a href="https://zappysys.com/blog/category/ssis/components/ssis-json-source/" target="_blank" rel="noopener">Our Various Articles for JSON Source</a></li>
<li><a href="https://zappysys.com/blog/category/ssis/components/ssis-xml-source-file/" target="_blank" rel="noopener">Our Various Articles for XML Source</a></li>
<li><a href="https://zappysys.com/products/ssis-powerpack/ssis-excel-file-destination/" target="_blank" rel="noopener">Excel Destination</a></li>
</ul>
<p>The post <a href="https://zappysys.com/blog/create-excel-file-in-ssis-json-xml/">Create Excel File in SSIS (Read from JSON / XML)</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
