{"id":1219,"date":"2017-06-06T20:01:41","date_gmt":"2017-06-06T20:01:41","guid":{"rendered":"http:\/\/zappysys.com\/blog\/?p=1219"},"modified":"2017-10-27T13:16:49","modified_gmt":"2017-10-27T13:16:49","slug":"handling-ssis-component-metadata-issues","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/","title":{"rendered":"Handling SSIS Component Metadata Issues"},"content":{"rendered":"<h2>Introduction<\/h2>\n<p><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-2200\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.png\" alt=\"\" width=\"100\" height=\"100\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.png 180w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling-150x150.png 150w\" sizes=\"(max-width: 100px) 100vw, 100px\" \/><\/a>In this article you will learn how to edit SSIS Component Metadata and handle most common errors related to <a href=\"\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">SSIS PowerPack Components<\/a>. If you never heard about SSIS PowerPack then it&#8217;s addon pack to get additional 45+ \u00a0SSIS components and Task (e.g. Connectivity to REST API, JSON, XML, Azure, AWS, Google, Salesforce etc).<\/p>\n<p>&nbsp;<\/p>\n<h2>SSIS Truncation Error (BufferException)<\/h2>\n<p>By default SSIS PowerPack components scan 300 rows to determine most accurate datatypes. However in many case you need to scan lot more rows to determine correct length and datatypes. If you go with default scan option to determine metadata then there is a chance that it may fail\u00a0with the following error when you run SSIS package.<\/p>\n<pre class=\"lang:default highlight:0 decode:true\">[JSON Source [2]] Error: System.Exception: BufferException: Truncation error with column [tickets[0].collaborator_ids] (to fix this error - see full message &gt;&gt; copy\/paste this to text editor)\r\nError: The value is too large to fit in the column data area of the buffer. &gt;&gt; Source: tickets[0].collaborator_ids, Actual Length: 13, Value: [18726645887]\r\nHow to fix=&gt; There are two ways to fix this error (see below steps).\r\n&gt;&gt;&gt; Method 1 &lt;&lt;&lt;\r\n- Goto dataflow designer and double click on the component which failed.\r\n- Once component UI is open, go to [Columns] tab and change column length and DataType so data is not truncated. \r\n- Optionally you can click [Refresh Columns] and select bigger length for all string columns by changing [Metadata Scan Mode] to more wider option (e.g. Guess2x to Guess4x). Check [Overwrite locked columns] option if needed so all columns are refreshed.\r\n- After you change length\/datatype you can check [Lock] option so when metadata is refreshed for some reason your changes are preserved. \r\n&gt;&gt;&gt; Method 2 &lt;&lt;&lt;\r\n- To know which records causing failure you can also redirect error output by dragging red arrow from component to downstream component (When prompted set Truncate Action=Redirect).\r\n- If you simply dont care about such errors then Set Truncation action=Ignore in above step.\r\n. RowNumber=11\r\n<\/pre>\n<div id=\"attachment_1220\" style=\"width: 856px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-bufferexception-truncation-error.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1220\" class=\"size-full wp-image-1220\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-bufferexception-truncation-error.png\" alt=\"SSIS Runtime Error - BufferException \/ Truncation error\" width=\"846\" height=\"271\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-bufferexception-truncation-error.png 846w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-bufferexception-truncation-error-300x96.png 300w\" sizes=\"(max-width: 846px) 100vw, 846px\" \/><\/a><p id=\"caption-attachment-1220\" class=\"wp-caption-text\">SSIS Runtime Error &#8211; BufferException \/ Truncation error<\/p><\/div>\n<h3>Possible Reasons<\/h3>\n<p>Such error can occur due to following reasons<\/p>\n<ul>\n<li>You used default metadata scanning option to detect metadata. Default option scans only 300 rows to guess datatype and length. If you have more than 300 rows then possible to have data which has longer length than found in first 300 rows.<\/li>\n<li>Underlying data is changed after you configured the component so now you have bigger length for one or more string columns<\/li>\n<\/ul>\n<h3>Possible Fix<\/h3>\n<p>To fix truncation related errors you can use any of the following approach.<\/p>\n<h4>Method-1: Change default scan options and re-scan<\/h4>\n<p>Perform following steps to scan records with custom options.<\/p>\n<ul>\n<li>Edit component and goto columns tab<\/li>\n<li>On the columns tab change default scan row count to larger number this will cover bigger scan range (Default is 300).<\/li>\n<li>Click [Refresh Columns] button to scan again.<\/li>\n<li>When prompted change Auto mode to Guess4x (i.e. Set length to 4 times bigger than maximum detected length).<\/li>\n<li>Also check Set lock flag so any future scan wont override your changes. If you want to wipeout existing metadata and start again then check [Overwrite metdadata] option too<\/li>\n<li>Click OK to start scanning. Depending on how many scan rows selected it may take several seconds.<\/li>\n<li>Once scan is Done you will see Grid refresh with new column length and datatype<\/li>\n<\/ul>\n<div id=\"attachment_1223\" style=\"width: 698px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-powerpack-metadata-scan-options.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1223\" class=\"size-full wp-image-1223\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-powerpack-metadata-scan-options.png\" alt=\"SSIS PowerPack - Advanced Metadata Scan Options\" width=\"688\" height=\"361\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-powerpack-metadata-scan-options.png 688w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-powerpack-metadata-scan-options-300x157.png 300w\" sizes=\"(max-width: 688px) 100vw, 688px\" \/><\/a><p id=\"caption-attachment-1223\" class=\"wp-caption-text\">SSIS PowerPack &#8211; Advanced Metadata Scan Options<\/p><\/div>\n<h4>Method-2: Fix metadata for the column(s) which are causing runtime error<\/h4>\n<p>Another approach to fix metadata related errors you get at runtime is only fix those columns which caused the issue. Carefully read the error message to find which column is causing BufferException (sometimes you have to copy full message into notepad to see it).<\/p>\n<p>Once you know the column name which caused the error, you have two options.<\/p>\n<p>1. <strong>Remove that column from output<\/strong> : Uncheck from Left side list<br \/>\n&#8212; OR &#8212;<br \/>\n2. <strong>Increase column length<\/strong>\u00a0: For this you can go to Columns tab as below screenshot and fix the length (Increase by 3-4 times or more if you expect longer string). If you need more than 4000 chars long string then you have to DT_NTEXT ( or DT_TEXT). After fixing column length (or datatype)\u00a0click OK and run package again. Keep doing this until you\u00a0fix all errors.<\/p>\n<div id=\"attachment_1224\" style=\"width: 1011px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-metadata-edit-json-source.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1224\" class=\"size-full wp-image-1224\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-metadata-edit-json-source.png\" alt=\"SSIS PowerPack - Column Metadata Editor (i.e. Change DataType, Column Length)\" width=\"1001\" height=\"407\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-metadata-edit-json-source.png 1001w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-metadata-edit-json-source-300x122.png 300w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" \/><\/a><p id=\"caption-attachment-1224\" class=\"wp-caption-text\">SSIS PowerPack &#8211; Column Metadata Editor (i.e. Change DataType, Column Length)<\/p><\/div>\n<h4>Method-3: Redirect bad rows to error output OR\u00a0Ignore bad\u00a0rows<\/h4>\n<p>If you\u00a0want to detect records which are causing errors then you can redirect bad rows to error output using following way.<\/p>\n<p><strong>Redirecting bad rows to error output<\/strong><\/p>\n<p>To know which records causing failure you can redirect error output by dragging red arrow from component to downstream component (When prompted set Error and Truncation\u00a0options to [Redirect row]).<\/p>\n<div id=\"attachment_1264\" style=\"width: 538px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-error-handling-redirect-to-error-output.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1264\" class=\"size-full wp-image-1264\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-error-handling-redirect-to-error-output.png\" alt=\"SSIS Component Error Handling - Redirect bad rows to error output (Attach downstream destination)\" width=\"528\" height=\"496\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-error-handling-redirect-to-error-output.png 528w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-error-handling-redirect-to-error-output-300x282.png 300w\" sizes=\"(max-width: 528px) 100vw, 528px\" \/><\/a><p id=\"caption-attachment-1264\" class=\"wp-caption-text\">SSIS Component Error Handling &#8211; Redirect bad rows to error output (Attach to\u00a0destination)<\/p><\/div>\n<div id=\"attachment_1266\" style=\"width: 858px\" class=\"wp-caption alignnone\"><a href=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-error-output-dataviewer-view-bad-row.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1266\" class=\"size-full wp-image-1266\" src=\"\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-error-output-dataviewer-view-bad-row.png\" alt=\"SSIS Component Error Output - Add data viewer to see bad records and error message\" width=\"848\" height=\"532\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-error-output-dataviewer-view-bad-row.png 848w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-component-error-output-dataviewer-view-bad-row-300x188.png 300w\" sizes=\"(max-width: 848px) 100vw, 848px\" \/><\/a><p id=\"caption-attachment-1266\" class=\"wp-caption-text\">SSIS Component Error Output &#8211; Add data viewer to see bad records and error message<\/p><\/div>\n<p><strong>Ignore bad records<\/strong><\/p>\n<p>If you simply don&#8217;t care about such errors and want to ignore them rather redirect then Set Error and Truncation options to [Ignore failure] in above step.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In this article you will learn how to edit SSIS Component Metadata and handle most common errors related to SSIS PowerPack Components. If you never heard about SSIS PowerPack then it&#8217;s addon pack to get additional 45+ \u00a0SSIS components and Task (e.g. Connectivity to REST API, JSON, XML, Azure, AWS, Google, Salesforce etc). &nbsp; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2200,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17,8,62],"tags":[195,12,148,4],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Handling SSIS Component Metadata Issues | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"Learn how to handle SSIS Component Metadata (DataType, Length) and fix common metadata related errors in SSIS (e.g. BufferException \/ Truncation errors)\" \/>\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\/handling-ssis-component-metadata-issues\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Handling SSIS Component Metadata Issues | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"Learn how to handle SSIS Component Metadata (DataType, Length) and fix common metadata related errors in SSIS (e.g. BufferException \/ Truncation errors)\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/\" \/>\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=\"2017-06-06T20:01:41+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2017-10-27T13:16:49+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"180\" \/>\r\n\t<meta property=\"og:image:height\" content=\"180\" \/>\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=\"5 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/\",\"url\":\"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/\",\"name\":\"Handling SSIS Component Metadata Issues | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.png\",\"datePublished\":\"2017-06-06T20:01:41+00:00\",\"dateModified\":\"2017-10-27T13:16:49+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\"},\"description\":\"Learn how to handle SSIS Component Metadata (DataType, Length) and fix common metadata related errors in SSIS (e.g. BufferException \/ Truncation errors)\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.png\",\"width\":180,\"height\":180},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Handling SSIS Component Metadata Issues\"}]},{\"@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":"Handling SSIS Component Metadata Issues | ZappySys Blog","description":"Learn how to handle SSIS Component Metadata (DataType, Length) and fix common metadata related errors in SSIS (e.g. BufferException \/ Truncation errors)","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\/handling-ssis-component-metadata-issues\/","og_locale":"en_US","og_type":"article","og_title":"Handling SSIS Component Metadata Issues | ZappySys Blog","og_description":"Learn how to handle SSIS Component Metadata (DataType, Length) and fix common metadata related errors in SSIS (e.g. BufferException \/ Truncation errors)","og_url":"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/","og_site_name":"ZappySys Blog","article_author":"https:\/\/www.facebook.com\/ZappySys\/","article_published_time":"2017-06-06T20:01:41+00:00","article_modified_time":"2017-10-27T13:16:49+00:00","og_image":[{"width":180,"height":180,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.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":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/","url":"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/","name":"Handling SSIS Component Metadata Issues | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.png","datePublished":"2017-06-06T20:01:41+00:00","dateModified":"2017-10-27T13:16:49+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82"},"description":"Learn how to handle SSIS Component Metadata (DataType, Length) and fix common metadata related errors in SSIS (e.g. BufferException \/ Truncation errors)","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2017\/06\/ssis-error-handling.png","width":180,"height":180},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/handling-ssis-component-metadata-issues\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Handling SSIS Component Metadata Issues"}]},{"@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\/1219"}],"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=1219"}],"version-history":[{"count":22,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/1219\/revisions"}],"predecessor-version":[{"id":2227,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/1219\/revisions\/2227"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/2200"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=1219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=1219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=1219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}