{"id":6610,"date":"2019-03-23T06:22:22","date_gmt":"2019-03-23T06:22:22","guid":{"rendered":"https:\/\/zappysys.com\/blog\/?p=6610"},"modified":"2019-09-11T12:33:15","modified_gmt":"2019-09-11T12:33:15","slug":"create-excel-file-in-ssis-json-xml","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/","title":{"rendered":"Create Excel File in SSIS (Read from JSON \/ XML)"},"content":{"rendered":"<h2>Introduction<\/h2>\n<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>\n<p>In this post, we will learn how to\u00a0<strong>Create Excel File in SSIS from source like JSON \/ XML<\/strong>.\u00a0 We will use\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\">SSIS PowerPack<\/a>\u00a0to connect and query a JSON or XML file. This article also covers creating Excel from JSON File.<\/p>\n<p>JSON stands for JavaScript Object Notation and it is an Open and Standard format to read an object with attributes and values.\u00a0 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>\n<p>&nbsp;<\/p>\n<h2>Prerequisite<\/h2>\n<ol>\n<li>First, you will need to have SSIS installed<\/li>\n<li>Secondly, make sure to have SSDT<\/li>\n<li>Make sure that Microsoft Excel installed<\/li>\n<li>Finally, do not forget to install\u00a0ZappySys\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">SSIS PowerPack<\/a><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><strong>Components Mentioned in this article<\/strong><br \/>\n<div class=\"su-table su-table-alternate\">\n<table style=\"width: 407px;height: 160px\">\n<tbody>\n<tr style=\"height: 40px\">\n<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>\n<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>\n<\/tr>\n<tr style=\"height: 40px\">\n<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>\n<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>\n<\/tr>\n<tr style=\"height: 40px\">\n<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>\n<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>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2>What is JSON File Source<\/h2>\n<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>\n<h2>What is XML File Source<\/h2>\n<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\u00a0web service.<\/p>\n<h2>Getting Started<\/h2>\n<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>\n<h2>Getting Started &#8211; Create Excel File in SSIS<\/h2>\n<p>Let\u00b4s 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>\n<ol>\n<li>First\u00a0of All, Drag and drop Data Flow Task from SSIS Toolbox and double click it to edit.\n<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>\n<li>Drag and Drop relevant JSON or XML Source(REST API and File) for JSON or XML File Task from the SSIS Toolbox.\n<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>\n<li>Double Click on JSON or XML Source (REST API or File) for edit.\n<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>\n<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\n<ul>\n<li><a href=\"https:\/\/zappysys.com\/blog\/category\/ssis\/components\/ssis-json-source\/\" target=\"_blank\" rel=\"noopener\">Various Articles for JSON Source<\/a><\/li>\n<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>\n<\/ul>\n<\/li>\n<li>Now let&#8217;s create the Excel File Connection. In the connection Manager Window right click and select new connection.\n<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>\n<p>&nbsp;<\/li>\n<li>And Create The Zs-Excel Type Connection. And click Add.\n<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>\n<p>&nbsp;<\/li>\n<li>Now select the excel file path in and test connection.\n<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>\n<p>&nbsp;<\/li>\n<li>\u00a0Now add Our\u00a0<b><a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-excel-file-destination\/\" rel=\"noreferrer\">Excel File Destination Connector<\/a>\u00a0<\/b>and connect upper JSON or XML source with it<br \/>\n<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>\n<li>\u00a0And now edit the Excel destination and select that created excel file connection to load the data in excel file.\n<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>\n<p>&nbsp;<\/li>\n<li>Give the Range Start cell in Component Properties. (A1 for starting of the file) and select the table name.\n<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>\n<p>&nbsp;<\/li>\n<li>\u00a0Select the input columns.\n<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>\n<li>That&#8217;s run the package and it will load all the JSON or XML File data into the Excel file.\n<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>\n<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>\n<p>&nbsp;<\/li>\n<\/ol>\n<h2><span id=\"Conclusion\">Conclusion<\/span><\/h2>\n<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>,\u00a0<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>\n<h2><span id=\"References\">References<\/span><\/h2>\n<p>Finally, you can use the following links for more information:<\/p>\n<ul>\n<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>\n<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>\n<li><a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-excel-file-destination\/\" target=\"_blank\" rel=\"noopener\">Excel Destination<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In this post, we will learn how to\u00a0Create Excel File in SSIS from source like JSON \/ XML.\u00a0 We will use\u00a0SSIS PowerPack\u00a0to 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 [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":2845,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[477,476,17,62],"tags":[21,6,12,7],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Create Excel File in SSIS (Read from JSON \/ XML) | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"How to Load JSON or XML Data in Excel File, Using JSON Source read json data from rest API or file. Using XML Source read xml data from rest API or file.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Create Excel File in SSIS (Read from JSON \/ XML) | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"How to Load JSON or XML Data in Excel File, Using JSON Source read json data from rest API or file. Using XML Source read xml data from rest API or file.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2019-03-23T06:22:22+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2019-09-11T12:33:15+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/03\/json-to-excel-import-export.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"343\" \/>\r\n\t<meta property=\"og:image:height\" content=\"343\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"ZappySys\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ZappySys\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/\",\"url\":\"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/\",\"name\":\"Create Excel File in SSIS (Read from JSON \/ XML) | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/03\/json-to-excel-import-export.png\",\"datePublished\":\"2019-03-23T06:22:22+00:00\",\"dateModified\":\"2019-09-11T12:33:15+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35\"},\"description\":\"How to Load JSON or XML Data in Excel File, Using JSON Source read json data from rest API or file. Using XML Source read xml data from rest API or file.\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/03\/json-to-excel-import-export.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/03\/json-to-excel-import-export.png\",\"width\":343,\"height\":343,\"caption\":\"json into excel\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create Excel File in SSIS (Read from JSON \/ XML)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zappysys.com\/blog\/#website\",\"url\":\"https:\/\/zappysys.com\/blog\/\",\"name\":\"ZappySys Blog\",\"description\":\"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zappysys.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35\",\"name\":\"ZappySys\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g\",\"caption\":\"ZappySys\"},\"url\":\"https:\/\/zappysys.com\/blog\/author\/hshah\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create Excel File in SSIS (Read from JSON \/ XML) | ZappySys Blog","description":"How to Load JSON or XML Data in Excel File, Using JSON Source read json data from rest API or file. Using XML Source read xml data from rest API or file.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/","og_locale":"en_US","og_type":"article","og_title":"Create Excel File in SSIS (Read from JSON \/ XML) | ZappySys Blog","og_description":"How to Load JSON or XML Data in Excel File, Using JSON Source read json data from rest API or file. Using XML Source read xml data from rest API or file.","og_url":"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/","og_site_name":"ZappySys Blog","article_published_time":"2019-03-23T06:22:22+00:00","article_modified_time":"2019-09-11T12:33:15+00:00","og_image":[{"width":343,"height":343,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/03\/json-to-excel-import-export.png","type":"image\/png"}],"author":"ZappySys","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ZappySys","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/","url":"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/","name":"Create Excel File in SSIS (Read from JSON \/ XML) | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/03\/json-to-excel-import-export.png","datePublished":"2019-03-23T06:22:22+00:00","dateModified":"2019-09-11T12:33:15+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35"},"description":"How to Load JSON or XML Data in Excel File, Using JSON Source read json data from rest API or file. Using XML Source read xml data from rest API or file.","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/03\/json-to-excel-import-export.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2018\/03\/json-to-excel-import-export.png","width":343,"height":343,"caption":"json into excel"},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/create-excel-file-in-ssis-json-xml\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Create Excel File in SSIS (Read from JSON \/ XML)"}]},{"@type":"WebSite","@id":"https:\/\/zappysys.com\/blog\/#website","url":"https:\/\/zappysys.com\/blog\/","name":"ZappySys Blog","description":"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zappysys.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35","name":"ZappySys","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g","caption":"ZappySys"},"url":"https:\/\/zappysys.com\/blog\/author\/hshah\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/6610"}],"collection":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=6610"}],"version-history":[{"count":11,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/6610\/revisions"}],"predecessor-version":[{"id":9550,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/6610\/revisions\/9550"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/2845"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=6610"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=6610"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=6610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}