{"id":12252,"date":"2026-06-18T22:07:57","date_gmt":"2026-06-18T22:07:57","guid":{"rendered":"https:\/\/zappysys.com\/blog\/?p=12252"},"modified":"2026-06-18T22:20:22","modified_gmt":"2026-06-18T22:20:22","slug":"ssis-tutorial-how-export-data-from-pipedrive","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/","title":{"rendered":"SSIS tutorial: How export data from Pipedrive"},"content":{"rendered":"<p><!-- Introduction --><\/p>\n<h2>Introduction<\/h2>\n<p class=\"intro-text\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-12255 alignleft\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo-150x150.png\" alt=\"\" width=\"105\" height=\"105\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo-150x150.png 150w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo.png 225w\" sizes=\"(max-width: 105px) 100vw, 105px\" \/><\/a>Pipedrive is a popular CRM platform used by sales teams to manage deals, leads, contacts, activities, and pipelines. It offers REST APIs that let you access CRM data programmatically. Many organisations extract Pipedrive data into SQL Server for operational reporting, sales dashboards, and analytics.<\/p>\n<p class=\"intro-text\">In this tutorial, you will learn how to connect Pipedrive APIs to SQL Server Integration Services (SSIS) using ZappySys SSIS PowerPack. This approach helps you build repeatable ETL pipelines without writing custom API integration code.<\/p>\n<p><!-- Prerequisites --><\/p>\n<h2>Prerequisites<\/h2>\n<ol>\n<li>SQL Server Integration Services (SSIS) is installed.<\/li>\n<li>Visual Studio with SSIS extension or SQL Server Data Tools (SSDT) is available.<\/li>\n<li>A Pipedrive account with API access.<\/li>\n<li>A valid Pipedrive API token.<\/li>\n<li>ZappySys <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">SSIS PowerPack<\/a> is installed on your machine.<\/li>\n<\/ol>\n<p><!-- Steps --><\/p>\n<h2>Steps<\/h2>\n<h3>Generate Pipedrive API Token<\/h3>\n<ol>\n<li>Sign in to your Pipedrive account.<\/li>\n<li>Go to <strong>Personal Preferences<\/strong> &gt; <strong>API<\/strong>.<\/li>\n<li>Copy your API token and store it securely.\n<div id=\"attachment_12253\" style=\"width: 912px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-Personal-token.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-12253\" class=\"size-full wp-image-12253\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-Personal-token.png\" alt=\"\" width=\"902\" height=\"396\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-Personal-token.png 902w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-Personal-token-300x132.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-Personal-token-768x337.png 768w\" sizes=\"(max-width: 902px) 100vw, 902px\" \/><\/a><p id=\"caption-attachment-12253\" class=\"wp-caption-text\">Pipedrive &#8211; Personal token<\/p><\/div><\/li>\n<\/ol>\n<h3>Create and Configure JSON Source<\/h3>\n<ol>\n<li>In your SSIS package, navigate to the Variables section and create the following variables: <strong>PersonalToken<\/strong> (String) \u2014 Enter the Personal Token from the previous step.<\/li>\n<li>Drag a <strong>Data Flow Task<\/strong> into <strong>Control Flow<\/strong> and open it.\n<div id=\"attachment_11784\" style=\"width: 485px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/02\/Drag-and-drop-Data-flow.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11784\" class=\"size-full wp-image-11784\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/02\/Drag-and-drop-Data-flow.png\" alt=\"\" width=\"475\" height=\"178\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/02\/Drag-and-drop-Data-flow.png 475w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/02\/Drag-and-drop-Data-flow-300x112.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/a><p id=\"caption-attachment-11784\" class=\"wp-caption-text\">Drag and drop Data flow<\/p><\/div><\/li>\n<li>In <strong>Data Flow<\/strong>, drag and drop the <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-json-file-source\/\" target=\"_blank\" rel=\"noopener\"><strong>ZS JSON Source<\/strong><\/a>.\n<div id=\"attachment_11533\" style=\"width: 553px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/09\/ssis-json-source-adapter-drag.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11533\" class=\"size-full wp-image-11533\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/09\/ssis-json-source-adapter-drag.png\" alt=\"\" width=\"543\" height=\"146\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/09\/ssis-json-source-adapter-drag.png 543w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/09\/ssis-json-source-adapter-drag-300x81.png 300w\" sizes=\"(max-width: 543px) 100vw, 543px\" \/><\/a><p id=\"caption-attachment-11533\" class=\"wp-caption-text\">SSIS JSON Source &#8211; Drag and Drop<\/p><\/div><\/li>\n<li>Open the JSON Source<\/li>\n<li>Set the API URL with the variable. Example to extract deals:\n<pre class=\"lang:default decode:true\">https:\/\/api.pipedrive.com\/v1\/deals?api_token={{User::PersonalToken}}<\/pre>\n<\/li>\n<li>Set <strong>HTTP Request Method<\/strong> to <strong>GET<\/strong>.<\/li>\n<li>Set <strong>JSON Path Filter<\/strong> to:\n<pre class=\"lang:default decode:true\">$.data[*]<\/pre>\n<\/li>\n<li>Click <strong>Preview<\/strong> to confirm rows are returned, then click <strong>OK<\/strong>.\n<div id=\"attachment_12254\" style=\"width: 954px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-JSON-source-configuration.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-12254\" class=\"size-full wp-image-12254\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-JSON-source-configuration.png\" alt=\"\" width=\"944\" height=\"835\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-JSON-source-configuration.png 944w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-JSON-source-configuration-300x265.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-JSON-source-configuration-768x679.png 768w\" sizes=\"(max-width: 944px) 100vw, 944px\" \/><\/a><p id=\"caption-attachment-12254\" class=\"wp-caption-text\">Pipedrive &#8211; JSON source configuration<\/p><\/div><\/li>\n<\/ol>\n<h3>Use Other Pipedrive Endpoints (Optional)<\/h3>\n<p class=\"intro-text\">You can reuse the same SSIS package pattern with other Pipedrive endpoints:<\/p>\n<ul>\n<li><strong>Persons:<\/strong> <code>https:\/\/api.pipedrive.com\/v1\/persons?api_token={your_api_token}<\/code><\/li>\n<li><strong>Organizations:<\/strong> <code>https:\/\/api.pipedrive.com\/v1\/organizations?api_token={your_api_token}<\/code><\/li>\n<li><strong>Activities:<\/strong> <code>https:\/\/api.pipedrive.com\/v1\/activities?api_token={your_api_token}<\/code><\/li>\n<li><strong>Leads:<\/strong> <code>https:\/\/api.pipedrive.com\/v1\/leads?api_token={your_api_token}<\/code><\/li>\n<li><strong>Pipelines:<\/strong> <code>https:\/\/api.pipedrive.com\/v1\/pipelines?api_token={your_api_token}<\/code><\/li>\n<\/ul>\n<p><!-- Conclusion --><\/p>\n<h3>Configure Destination Component<\/h3>\n<ol>\n<li><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Add an\u00a0<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-upsert-destination\/\" target=\"_blank\" rel=\"noopener\"><strong>Upsert destination<\/strong><\/a>\u00a0(or another destination of your choice, such as\u00a0<strong>a Trash destination\u00a0<\/strong>or a<strong>\u00a0JSON\/CSV\/XML destination<\/strong>).<\/span><\/li>\n<li>Connect the output arrow from JSON Source to the destination component.<\/li>\n<li>Configure your SQL Server connection and target table.<\/li>\n<li>Check the options you want to use: <strong>Insert<\/strong> or\/and <strong>Update<\/strong><\/li>\n<li>Map the source columns to destination columns in the <strong>Mappings<\/strong> section.\n<div id=\"attachment_11912\" style=\"width: 968px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/03\/Upsert-destination-Blogger-example.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-11912\" class=\"wp-image-11912 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/03\/Upsert-destination-Blogger-example.png\" alt=\"\" width=\"958\" height=\"645\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/03\/Upsert-destination-Blogger-example.png 958w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/03\/Upsert-destination-Blogger-example-300x202.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/03\/Upsert-destination-Blogger-example-768x517.png 768w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/03\/Upsert-destination-Blogger-example-272x182.png 272w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/a><p id=\"caption-attachment-11912\" class=\"wp-caption-text\">Pipedrive\u00a0 &#8211; Upsert destination<\/p><\/div><\/li>\n<li>Click <strong>OK<\/strong> and execute the package.<\/li>\n<li>Validate that Pipedrive\u00a0 rows have been loaded into your SQL Server table.\n<div id=\"attachment_12241\" style=\"width: 345px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Upsert-Destination-example.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-12241\" class=\"size-full wp-image-12241\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Upsert-Destination-example.png\" alt=\"\" width=\"335\" height=\"236\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Upsert-Destination-example.png 335w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Upsert-Destination-example-300x211.png 300w\" sizes=\"(max-width: 335px) 100vw, 335px\" \/><\/a><p id=\"caption-attachment-12241\" class=\"wp-caption-text\">Pipedrive\u00a0 &#8211; Upsert Destination example<\/p><\/div><\/li>\n<\/ol>\n<h2>Conclusion<\/h2>\n<p class=\"intro-text\">You now have a working SSIS integration to extract Pipedrive data using ZappySys SSIS PowerPack and Pipedrive REST APIs. With this pattern, you can automate extraction of deals, contacts, and activity data into SQL Server for reporting and analytics.<\/p>\n<p class=\"intro-text\">Explore the full capabilities of the <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">ZappySys SSIS PowerPack<\/a> to optimize your data integration tasks. By applying this pattern, you can extend your solution to include transformations, data validation, error handling, and scheduling through SQL Server Agent.<\/p>\n<h2>Need Help?<\/h2>\n<p class=\"section-intro\">If you encounter any issues, our support team is here to help:<\/p>\n<ol>\n<li><strong>Live Chat<\/strong> &#8211; Use the chat widget (bottom-right corner of this page)<\/li>\n<li><strong>Email<\/strong> &#8211; support@zappysys.com<\/li>\n<li><strong>Support Center<\/strong> &#8211; Visit the ZappySys Support Portal<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Pipedrive is a popular CRM platform used by sales teams to manage deals, leads, contacts, activities, and pipelines. It offers REST APIs that let you access CRM data programmatically. Many organisations extract Pipedrive data into SQL Server for operational reporting, sales dashboards, and analytics. In this tutorial, you will learn how to connect Pipedrive [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":12255,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>SSIS tutorial: How export data from Pipedrive | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"SSIS tutorial: How export data from Pipedrive - ZappySys Blog\" \/>\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\/ssis-tutorial-how-export-data-from-pipedrive\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"SSIS tutorial: How export data from Pipedrive | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"SSIS tutorial: How export data from Pipedrive - ZappySys Blog\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2026-06-18T22:07:57+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2026-06-18T22:20:22+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"225\" \/>\r\n\t<meta property=\"og:image:height\" content=\"225\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"ZappySys Team\" \/>\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 Team\" \/>\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\/ssis-tutorial-how-export-data-from-pipedrive\/\",\"url\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/\",\"name\":\"SSIS tutorial: How export data from Pipedrive | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo.png\",\"datePublished\":\"2026-06-18T22:07:57+00:00\",\"dateModified\":\"2026-06-18T22:20:22+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/91b041e2dcf7ece5f068893c1a68ac6e\"},\"description\":\"SSIS tutorial: How export data from Pipedrive - ZappySys Blog\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo.png\",\"width\":225,\"height\":225},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SSIS tutorial: How export data from Pipedrive\"}]},{\"@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\/91b041e2dcf7ece5f068893c1a68ac6e\",\"name\":\"ZappySys Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/746bec9c9d27f1b90bb181aa516ee234?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/746bec9c9d27f1b90bb181aa516ee234?s=96&d=mm&r=g\",\"caption\":\"ZappySys Team\"},\"sameAs\":[\"https:\/\/zappysys.com\"],\"url\":\"https:\/\/zappysys.com\/blog\/author\/dcalbimonte\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SSIS tutorial: How export data from Pipedrive | ZappySys Blog","description":"SSIS tutorial: How export data from Pipedrive - ZappySys Blog","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\/ssis-tutorial-how-export-data-from-pipedrive\/","og_locale":"en_US","og_type":"article","og_title":"SSIS tutorial: How export data from Pipedrive | ZappySys Blog","og_description":"SSIS tutorial: How export data from Pipedrive - ZappySys Blog","og_url":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/","og_site_name":"ZappySys Blog","article_published_time":"2026-06-18T22:07:57+00:00","article_modified_time":"2026-06-18T22:20:22+00:00","og_image":[{"width":225,"height":225,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo.png","type":"image\/png"}],"author":"ZappySys Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ZappySys Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/","url":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/","name":"SSIS tutorial: How export data from Pipedrive | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo.png","datePublished":"2026-06-18T22:07:57+00:00","dateModified":"2026-06-18T22:20:22+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/91b041e2dcf7ece5f068893c1a68ac6e"},"description":"SSIS tutorial: How export data from Pipedrive - ZappySys Blog","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2026\/06\/Pipedrive-logo.png","width":225,"height":225},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/ssis-tutorial-how-export-data-from-pipedrive\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"SSIS tutorial: How export data from Pipedrive"}]},{"@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\/91b041e2dcf7ece5f068893c1a68ac6e","name":"ZappySys Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/746bec9c9d27f1b90bb181aa516ee234?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/746bec9c9d27f1b90bb181aa516ee234?s=96&d=mm&r=g","caption":"ZappySys Team"},"sameAs":["https:\/\/zappysys.com"],"url":"https:\/\/zappysys.com\/blog\/author\/dcalbimonte\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/12252"}],"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\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=12252"}],"version-history":[{"count":2,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/12252\/revisions"}],"predecessor-version":[{"id":12267,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/12252\/revisions\/12267"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/12255"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=12252"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=12252"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=12252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}