{"id":7519,"date":"2019-07-29T13:12:12","date_gmt":"2019-07-29T13:12:12","guid":{"rendered":"https:\/\/zappysys.com\/blog\/?p=7519"},"modified":"2019-09-11T11:59:34","modified_gmt":"2019-09-11T11:59:34","slug":"write-data-csv-file-ssis-gzip-split","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/","title":{"rendered":"How to write data into CSV file in SSIS (GZip \/ Split)"},"content":{"rendered":"<h2><span id=\"Introduction\">Introduction<\/span><\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-7527\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/07\/ssis-csv-file-destination.png\" alt=\"ssis-csv-file-destination\" width=\"100\" height=\"100\" \/>In this article, we will see how to read How to write data into CSV file in SSIS from SQL Server. We will also explain how to compress (gzip) and split\u00a0 CSV files into multiple files. To illustrate, we will use\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">ZappySys SSIS PowerPack<\/a>, which includes several tasks to import\/export data from multiples sources to multiple destinations like flat files, Azure, AWS, databases, Office files and more. They are\u00a0Coding free, drag and drop high-performance suite of\u00a0Custom SSIS Components\u00a0and\u00a0SSIS Tasks. We will use the <a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/ssis-csv-file-destination.htm\" target=\"_blank\" rel=\"noopener\">ZS CSV File Destination<\/a> component for this article.<\/p>\n<p>&nbsp;<\/p>\n<h2>What is CSV File Destination?<\/h2>\n<p><em>CSV File Destination<\/em>\u00a0can be used to write data in CSV \/ TSV file format. You can also split large files by row count or size at runtime. It also supports writing files directly in a compressed format such as GZip (*.gz).<\/p>\n<h2><span id=\"Prerequisites\">Prerequisites<\/span><\/h2>\n<p>Before we perform the steps listed in this article, you will need to make sure the following prerequisites are met:<\/p>\n<ol>\n<li><abbr title=\"SQL Server Integration Services\">SSIS<\/abbr>\u00a0designer installed.\u00a0Sometimes it is referred to as\u00a0<abbr title=\"Business Intelligence Development Studio\">BIDS<\/abbr>\u00a0or\u00a0<abbr title=\"SQL Server Data Tools\">SSDT<\/abbr>\u00a0(<a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/ssdt\/download-sql-server-data-tools-ssdt\" target=\"_blank\" rel=\"noopener\">download it from Microsoft site<\/a>).<\/li>\n<li>Basic knowledge of SSIS package\u00a0development using\u00a0<em>Microsoft SQL Server Integration Services<\/em>.<\/li>\n<li>Make sure\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">ZappySys SSIS PowerPack<\/a>\u00a0is installed (<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/download\/\" target=\"_blank\" rel=\"noopener\">download it<\/a>).<\/li>\n<\/ol>\n<h2>Component Mentioned in this article<\/h2>\n<div class=\"su-table su-table-alternate\">\n<table style=\"height: 44px;width: 307px\">\n<tbody>\n<tr style=\"height: 22px\">\n<td style=\"height: 22px;width: 1px\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-file-destination.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3074\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-file-destination.png\" alt=\"\" width=\"40\" height=\"40\" \/><\/a><\/td>\n<td style=\"height: 22px;width: 247px\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/ssis-csv-file-destination.htm\" target=\"_blank\" rel=\"noopener\">CSV File Destination<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2>How to Extract Data from SQL Server Table to CSV File Destination.<\/h2>\n<p>In this tutorial, we are going to load data from SQL Server Table using OLE DB Source and ZS CSV File Destination. You can use ZS DummyData Source too for practice it.<\/p>\n<ol>\n<li>Firstly, you need to <b>Download and Install<\/b> SSIS <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/download\/\" target=\"_blank\" rel=\"noopener\">ZappySys PowerPack.<\/a><\/li>\n<li>Once you finished the first step, Open Visual Studio and Create New SSIS Package Project.<\/li>\n<li>Now, Drag and Drop SSIS <b>Data Flow Task<\/b> from SSIS Toolbox.\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\" target=\"_blank\" rel=\"noopener\"><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>Double click on the Data Flow task to see the Data Flow designer surface.<\/li>\n<li>Here, In Visual Studio, drag and drop the OLE DB Source and CSV File Destination in the design surface and join the tasks with the blue arrow.\n<div style=\"width: 543px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-file-destination-drag.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-file-destination-drag.png\" alt=\"SSIS OLE DB Source and CSV File Destination - Drag and Drop\" width=\"533\" height=\"154\" \/><\/a><p class=\"wp-caption-text\">SSIS OLE DB Source and CSV File Destination &#8211; Drag and Drop<\/p><\/div><\/li>\n<li>Here, you can use our <a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/ssis-source-adapters.htm\" target=\"_blank\" rel=\"noopener\">ZS Data Source<\/a> too.<\/li>\n<li>But, we are going through OLE DB Source so need OLE DB Connection and File Connection for CSV File Destination.<\/li>\n<\/ol>\n<h3>How to create OLE DB Connection.<\/h3>\n<ol>\n<li>Lets, create the first OLE DB Connection.<\/li>\n<li>Let&#8217;s, Right-click on Connection Managers Panel to Create OLE DB Connection, so you can use Source and Context Menu will appear, Select New OLE DB Connection from the Context Menu.\n<div style=\"width: 485px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/oledb-connection-manager\/ssis-new-oledb-connection-step-1.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/oledb-connection-manager\/ssis-new-oledb-connection-step-1.png\" alt=\"Create OLE DB Connection\" width=\"475\" height=\"353\" \/><\/a><p class=\"wp-caption-text\">Create OLE DB Connection<\/p><\/div><\/li>\n<li>Now, click on New Button to create Connection.\n<div style=\"width: 665px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/oledb-connection-manager\/ssis-new-oledb-connection-step-2.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/oledb-connection-manager\/ssis-new-oledb-connection-step-2.png\" alt=\"Create New OLE DB Connection\" width=\"655\" height=\"558\" \/><\/a><p class=\"wp-caption-text\">Create New OLE DB Connection<\/p><\/div><\/li>\n<li>Let&#8217;s Configure Connection Manager, just Follow steps one by one as we have created.\n<div style=\"width: 730px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/oledb-connection-manager\/ssis-new-oledb-connection-step-3.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/oledb-connection-manager\/ssis-new-oledb-connection-step-3.png\" alt=\"Configure OLE DB Connection Manager\" width=\"720\" height=\"625\" \/><\/a><p class=\"wp-caption-text\">Configure OLE DB Connection Manager<\/p><\/div><\/li>\n<li>Click on Test Connection to see correct configure it.<\/li>\n<li>Click on OK button to save connection configure setting UI.<\/li>\n<\/ol>\n<h3>How to Create a File Connection.<\/h3>\n<ol>\n<li>Let&#8217;s, Right-click on Connection Managers Panel to Create File Connection, so you can use Destination Path, and Context Menu will appear, Select New Connection from the Context Menu. In the File Connection Manager, select the Usage type and specify the path of the CSV file.<br \/>\nCSV File: You can download good one CSV file from here for practice.<\/p>\n<pre class=\"codeblock\">https:\/\/zappysys.com\/downloads\/files\/test\/invoices.csv\r\nhttps:\/\/zappysys.com\/downloads\/files\/test\/invoices.csv.gz\r\nhttps:\/\/zappysys.com\/downloads\/files\/test\/invoices.csv.zip<\/pre>\n<div style=\"width: 644px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/ssis-new-file-connection.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/ssis-new-file-connection.png\" alt=\"Create a New File Connection\" width=\"634\" height=\"600\" \/><\/a><p class=\"wp-caption-text\">Create a New File Connection<\/p><\/div><\/li>\n<li>Click on OK button to save connection configure setting UI.<\/li>\n<\/ol>\n<h3>Let&#8217;s see how to write data from SQL Server Table to CSV File.<\/h3>\n<ol>\n<li>Double click on OLE DB Source for configure it.<\/li>\n<li>Let&#8217;s Configure in Connection Manager, just follow below image steps.\n<div style=\"width: 828px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/oledb-connection-manager\/ssis-oledb-source-editor-manager.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/oledb-connection-manager\/ssis-oledb-source-editor-manager.png\" alt=\"Configure OLE DB Source Editor\" width=\"818\" height=\"560\" \/><\/a><p class=\"wp-caption-text\">Configure OLE DB Source Editor<\/p><\/div><\/li>\n<li>Click OK to Save OLE DB Source Editor UI Settings.<\/li>\n<li>Let&#8217;s configure CSV File Destination, Double click on it, In the File Connection Manager, select the file connection created before.\n<div style=\"width: 795px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-destination-file-conecction-conf.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-destination-file-conecction-conf.png\" alt=\"SSIS ZS CSV File Destination - Configure Connection Manager Tab\" width=\"785\" height=\"398\" \/><\/a><p class=\"wp-caption-text\">SSIS ZS CSV File Destination &#8211; Configure Connection Manager Tab<\/p><\/div><\/li>\n<li>In the Component Properties, set the Append property to False, enter the File Path and set the Overwrite file if exists to True.\n<div style=\"width: 795px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-file-destination-config.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-file-destination-config.png\" alt=\"SSIS ZS CSV File Destination - Configure Component Properties Tab\" width=\"785\" height=\"714\" \/><\/a><p class=\"wp-caption-text\">SSIS ZS CSV File Destination &#8211; Configure Component Properties Tab<\/p><\/div><\/li>\n<li>In the Input Columns Tab, check the columns that you want as load data.\n<div style=\"width: 795px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-file-destination-columns.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-file-destination-columns.png\" alt=\"SSIS ZS CSV File Destination - Configure Input column Tab\" width=\"785\" height=\"519\" \/><\/a><p class=\"wp-caption-text\">SSIS ZS CSV File Destination &#8211; Configure Input column Tab<\/p><\/div><\/li>\n<li>Click on OK button to save configure setting UI.<\/li>\n<li>Finally, run the package and the data will be exported from source to destination immediately.\n<div style=\"width: 830px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-file-destination-result.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-file-destination-result.png\" alt=\"SSIS ZS CSV FIle Destination - Execute the Package\" width=\"820\" height=\"568\" \/><\/a><p class=\"wp-caption-text\">SSIS ZS CSV FIle Destination &#8211; Execute the Package<\/p><\/div><\/li>\n<\/ol>\n<h2>How to do file split using CSV File Destination.<\/h2>\n<ol>\n<li>Double click on CSV File Destination to configure it.<\/li>\n<li>In the Component Properties set Enable File Split to True and File Split Mode BySize.\n<div style=\"width: 800px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-destination-file-split.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-destination-file-split.png\" alt=\"SSIS ZS CSV File Destination - File Split\" width=\"790\" height=\"748\" \/><\/a><p class=\"wp-caption-text\">SSIS ZS CSV File Destination &#8211; File Split<\/p><\/div><\/li>\n<li>Click OK button to save configure setting UI.<\/li>\n<li>That&#8217;s all, Now you can run or execute the package and you will see numbers of CSV file in Destination Folder.<\/li>\n<\/ol>\n<h2>How to do file compression using CSV File Destination.<\/h2>\n<ol>\n<li>Double click on CSV File Destination to configure it.<\/li>\n<li>In the Component Properties set Compression Type to GZip or Zip and File Split Mode BySize.\n<div style=\"width: 800px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-destination-compression-gzip-zip.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-csv-destination-compression-gzip-zip.png\" alt=\"SSIS ZS CSV File Destination - Compression Type\" width=\"790\" height=\"727\" \/><\/a><p class=\"wp-caption-text\">SSIS ZS CSV File Destination &#8211; Compression Type<\/p><\/div><\/li>\n<li>Click OK button to save configure setting UI. and You can Run or Execute.<\/li>\n<\/ol>\n<h2>How to do the maximum number of rows per file using CSV File Destination.<\/h2>\n<ol>\n<li>Double click on CSV File Destination to configure it.<\/li>\n<li>In the Component Properties, you can set Max Rows Per File and Max Size Per File as per your need.\n<div style=\"width: 800px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-max-rows-per-files-csv-destination.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/csv-file-destination\/ssis-max-rows-per-files-csv-destination.png\" alt=\"SSIS ZS CSV File Destination - Max Rows Per File\" width=\"790\" height=\"725\" \/><\/a><p class=\"wp-caption-text\">SSIS ZS CSV File Destination &#8211; Max Rows Per File<\/p><\/div><\/li>\n<li>Click OK button to save configure setting UI. and You can Run or Execute.<\/li>\n<\/ol>\n<h2><span id=\"Conclusion\">Conclusion<\/span><\/h2>\n<p>After all, we saw you how to write data into CSV File from SQL Server Table using OLE DB Connection, File Connection, and load into CSV File. We also learned, how to do various things like split CSV File, Compression File and the maximum number of rows per file of data. To explore many other scenarios not discussed in this article download\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\">SSIS PowerPack from here (includes 70+ Components)<\/a>.<\/p>\n<h2><span id=\"References\">References<\/span><\/h2>\n<p>Finally, you can use the following URL for more information.<\/p>\n<ul>\n<li>Help File: <a href=\"https:\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/ssis-csv-file-destination.htm\" target=\"_blank\" rel=\"noopener\">CSV File Destination<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In this article, we will see how to read How to write data into CSV file in SSIS from SQL Server. We will also explain how to compress (gzip) and split\u00a0 CSV files into multiple files. To illustrate, we will use\u00a0ZappySys SSIS PowerPack, which includes several tasks to import\/export data from multiples sources to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7527,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[486],"tags":[292,128,282,509,525,526,284,305,527,283,12,286,516],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>How to write data into CSV file in SSIS (GZip \/ Split) | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"You can write data into CSV file, split large files by row count or size and supports writing files directly in a compressed format such as GZip (*.gz).\" \/>\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\/write-data-csv-file-ssis-gzip-split\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"How to write data into CSV file in SSIS (GZip \/ Split) | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"You can write data into CSV file, split large files by row count or size and supports writing files directly in a compressed format such as GZip (*.gz).\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ZappySys\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2019-07-29T13:12:12+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2019-09-11T11:59:34+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/07\/ssis-csv-file-destination.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"128\" \/>\r\n\t<meta property=\"og:image:height\" content=\"128\" \/>\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:creator\" content=\"@https:\/\/twitter.com\/zappysys\/\" \/>\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=\"6 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/\",\"url\":\"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/\",\"name\":\"How to write data into CSV file in SSIS (GZip \/ Split) | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/07\/ssis-csv-file-destination.png\",\"datePublished\":\"2019-07-29T13:12:12+00:00\",\"dateModified\":\"2019-09-11T11:59:34+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\"},\"description\":\"You can write data into CSV file, split large files by row count or size and supports writing files directly in a compressed format such as GZip (*.gz).\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/07\/ssis-csv-file-destination.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/07\/ssis-csv-file-destination.png\",\"width\":128,\"height\":128,\"caption\":\"ssis-csv-file-destination\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to write data into CSV file in SSIS (GZip \/ Split)\"}]},{\"@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\/2756c237457fbc95d82cb38962f81f82\",\"name\":\"ZappySys\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"caption\":\"ZappySys\"},\"sameAs\":[\"http:\/\/www.zappysys.com\/\",\"https:\/\/www.facebook.com\/ZappySys\/\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/\"],\"url\":\"https:\/\/zappysys.com\/blog\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to write data into CSV file in SSIS (GZip \/ Split) | ZappySys Blog","description":"You can write data into CSV file, split large files by row count or size and supports writing files directly in a compressed format such as GZip (*.gz).","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\/write-data-csv-file-ssis-gzip-split\/","og_locale":"en_US","og_type":"article","og_title":"How to write data into CSV file in SSIS (GZip \/ Split) | ZappySys Blog","og_description":"You can write data into CSV file, split large files by row count or size and supports writing files directly in a compressed format such as GZip (*.gz).","og_url":"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/","og_site_name":"ZappySys Blog","article_author":"https:\/\/www.facebook.com\/ZappySys\/","article_published_time":"2019-07-29T13:12:12+00:00","article_modified_time":"2019-09-11T11:59:34+00:00","og_image":[{"width":128,"height":128,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/07\/ssis-csv-file-destination.png","type":"image\/png"}],"author":"ZappySys","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/zappysys\/","twitter_misc":{"Written by":"ZappySys","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/","url":"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/","name":"How to write data into CSV file in SSIS (GZip \/ Split) | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/07\/ssis-csv-file-destination.png","datePublished":"2019-07-29T13:12:12+00:00","dateModified":"2019-09-11T11:59:34+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82"},"description":"You can write data into CSV file, split large files by row count or size and supports writing files directly in a compressed format such as GZip (*.gz).","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/07\/ssis-csv-file-destination.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/07\/ssis-csv-file-destination.png","width":128,"height":128,"caption":"ssis-csv-file-destination"},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/write-data-csv-file-ssis-gzip-split\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to write data into CSV file in SSIS (GZip \/ Split)"}]},{"@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\/2756c237457fbc95d82cb38962f81f82","name":"ZappySys","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","caption":"ZappySys"},"sameAs":["http:\/\/www.zappysys.com\/","https:\/\/www.facebook.com\/ZappySys\/","https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/"],"url":"https:\/\/zappysys.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/7519"}],"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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=7519"}],"version-history":[{"count":21,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/7519\/revisions"}],"predecessor-version":[{"id":7957,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/7519\/revisions\/7957"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/7527"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=7519"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=7519"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=7519"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}