<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Announcements Archives | ZappySys Blog</title>
	<atom:link href="https://zappysys.com/blog/category/announcements/feed/" rel="self" type="application/rss+xml" />
	<link>https://zappysys.com/blog/category/announcements/</link>
	<description>SSIS / ODBC Drivers / API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more</description>
	<lastBuildDate>Tue, 22 Apr 2025 05:03:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.4</generator>

<image>
	<url>https://zappysys.com/blog/wp-content/uploads/2023/01/cropped-zappysys-symbol-large-32x32.png</url>
	<title>Announcements Archives | ZappySys Blog</title>
	<link>https://zappysys.com/blog/category/announcements/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Product release announcements have been moved to the Community Site</title>
		<link>https://zappysys.com/blog/product-release-announcements-moved-community-site/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Fri, 15 Mar 2024 14:33:36 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=10995</guid>

					<description><![CDATA[<p>The post <a href="https://zappysys.com/blog/product-release-announcements-moved-community-site/">Product release announcements have been moved to the Community Site</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="su-note"  style="border-color:#e5de9d;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;"><div class="su-note-inner su-u-clearfix su-u-trim" style="background-color:#FFF8B7;border-color:#ffffff;color:#333333;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;"><strong>IMPORTANT NOTE:</strong> </p>
<p>Product release announcements have been moved to our <a href="https://community.zappysys.com/c/announcements/12" rel="noopener" target="_blank">Community Site</a>. Stay up-to-date with the latest news and updates there.</p>
</div></div>
<p>The post <a href="https://zappysys.com/blog/product-release-announcements-moved-community-site/">Product release announcements have been moved to the Community Site</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ODBC PowerPack 1.8.0 released</title>
		<link>https://zappysys.com/blog/odbc-powerpack-1-8-0-released/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Thu, 03 Aug 2023 05:57:58 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=10173</guid>

					<description><![CDATA[<p>Introduction This release brings tons of new features and bug fixes. We have added new connectors for CosmosDB, Azure DevOps (TFS), ServiceNow, MailChimp, API Drivers and Data Gateway. It includes many enhancements around All Drivers and JSON / XML / CSV Driver. To see full release notes click here New Features/Improvements NEW: API Driver &#8211; CosmosDB [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-8-0-released/">ODBC PowerPack 1.8.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 class="versubtitle"><span id="Introduction">Introduction</span></h3>
<p>This release brings tons of new features and bug fixes. We have added new connectors for CosmosDB, Azure DevOps (TFS), ServiceNow, MailChimp, API Drivers and Data Gateway. It includes many enhancements around All Drivers and JSON / XML / CSV Driver.</p>
<p>To see full release notes <a href="https://zappysys.com/onlinehelp/odbc-powerpack/scr/release-notes.htm" target="_blank" rel="noopener">click here</a></p>
<h3 class="versubtitle">New Features/Improvements</h3>
<ul>
<li><span class="verAdded">NEW: </span>API Driver &#8211; CosmosDB &#8211; New connector to Read / Write / Query documents and other objects (e.g. Database, Containers)</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Azure DevOps (TFS) &#8211; New connector to Read / Write / Query items (e.g. Tasks, Bugs, User Story)</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; ServiceNow &#8211; New connector to Read / Write / Query tables (e.g. Incidents, Tasks, Users)</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; MailChimp &#8211; New connector to Read / Write / Query MailChimp data (e.g. Campaigns, Lists, Subscribes, Reports)</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; Allow bool as alias for boolean type in META clause (e.g. META=&#8217;flag: bool&#8217;)</li>
<li><span class="verAdded">NEW: </span>All API Drivers &#8211; Allow just column names without datatype in Meta &#8211; use string(2000) as default if type missing (e.g. select * from tbl WITH(META=&#8217;col1;col2;col4;col5:int;col6:string(100)&#8217;) )</li>
<li><span class="verAdded">NEW: </span>Amazon JSON / XML /CSV Driver &#8211; Update AWS SDK (Core Driver to v3.7)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Add Support for Multiple LookupEndPoints based on Parameter count (LookupEndPoint=&#8221;ep_by_customerid, ep_by_orderid&#8221;)</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; HubSpot &#8211; Add Upload File endpoint</li>
<li><span class="verAdded">NEW: </span>Data Gateway &#8211; Encrypt Setting File with user defined password</li>
<li><span class="verAdded">NEW: </span>General &#8211; Update Client Side Query Engine to v3.40</li>
<li><span class="verAdded">NEW: </span>JDBC Bridge Driver &#8211; Add logging</li>
<li><span class="verAdded">NEW: </span>JSON / XML / CSV Driver &#8211; Add option to Create new API Connector File from UI settings on the Preview Tab</li>
<li><span class="verAdded">NEW: </span>JSON / XML / CSV Driver &#8211; Add support for reading *.tar.gzip file (multiple files in one tar.gzip)</li>
<li><span class="verAdded">NEW: </span>JSON / XML / CSV Driver &#8211; ClientCertificate not supported if you change SslVersion settings other than Default</li>
</ul>
<h3 class="versubtitle">Bug fixes</h3>
<ul>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; Certain errors not bubbled up to the caller application</li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; When META is set to int, bool, date and you encounter blank data then it throws error about conversion (we should treat blank number, date, bool as null) &#8211; Error Input string was not in a correct format.</li>
<li><span class="verFixed">FIX: </span>All Drivers  &#8211; Misleading error is thrown (Value cannot be null) when you run Stored Proc which has syntax issue (i.e. not starting with CREATE PROC statement)</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; Duplicate column names in SELECT cause misleading error (Item Key already added)</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; More than 900 columns throws error &#8211;  too many SQL variables</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; Preview Tab shows duplicate entries in Table dropdown if you click Dropdown multiple times too quick</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; View Metadata shows wrong code for API Connector XML option (Rather than DataType=xx , it shows Type=xx)</li>
<li><span class="verFixed">FIX: </span>API Driver &#8211; Always Treat Blank Number, Date, Bool as Null is not working</li>
<li><span class="verFixed">FIX: </span>API Driver &#8211; Delete / Update clause does not set Table Parameters from WITH clause</li>
<li><span class="verFixed">FIX: </span>API Driver &#8211; Limit rows coming back from WHERE clause in Update / Delete in Preview (Honor Max Rows setting)</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; Cache Settings not saved</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; Stored Proc doesnt return output</li>
<li><span class="verFixed">FIX: </span>JSON / XML / CSV Driver &#8211; Direct String option not saved and only works if you use WITH (DATA=xxxx) in SQL, UI option ignored</li>
<li><span class="verFixed">FIX: </span>JSON / XML / CSV Drivers &#8211; Value for Direct Data and Keep Date As String Option not saved</li>
<li><span class="verFixed">FIX: </span>JSON, XML , CSV Driver &#8211; Placeholder function doesnt work in URL / Body / Headers (When entered on UI) &#8211; Works ok if you override in WITH Clause SRC</li>
<li><span class="verFixed">FIX: </span>JSON, XML Driver &#8211; Curly bracket in comment section cause error when URL JOIN (e.g. JOIN_1 in WITH ) feature is used &#8211; Error &#8211; Input string was not in a correct format</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-8-0-released/">ODBC PowerPack 1.8.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ODBC PowerPack 1.7.0 released</title>
		<link>https://zappysys.com/blog/odbc-powerpack-1-7-0-released/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Thu, 03 Aug 2023 05:38:10 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=10169</guid>

					<description><![CDATA[<p>Introduction This release brings tons of new features and bug fixes. We have added new connectors for Outlook Mail (Office 365), Shopify, Google BigQuery, JDBC Bridge Driver and JSON / CSV / XML Driver. To see full release notes click here New Features/Improvements NEW: API Driver &#8211; Outlook Mail (Office 365) &#8211; New connector to read [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-7-0-released/">ODBC PowerPack 1.7.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 class="versubtitle"><span id="Introduction">Introduction</span></h3>
<p>This release brings tons of new features and bug fixes. We have added new connectors for Outlook Mail (Office 365), Shopify, Google BigQuery, JDBC Bridge Driver and JSON / CSV / XML Driver.</p>
<p>To see full release notes <a href="https://zappysys.com/onlinehelp/odbc-powerpack/scr/release-notes.htm" target="_blank" rel="noopener">click here</a></p>
<h3 class="versubtitle">New Features/Improvements</h3>
<ul>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Outlook Mail (Office 365) &#8211; New connector to read / download mail and attachments from Office 365 Mail account</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Shopify &#8211; New Connector to Read / Write Shopify data (e.g. Customers, Products, Orders)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Google BigQuery &#8211; Add Job Location Option for get_query and connection Level</li>
<li><span class="verAdded">NEW: </span>API Connector Framework  &#8211; Add Option TreatBodyAsDirectValue (Body parsed as input data rather than calling URL) </li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Allow to Read data From Local File &#8211; (Set &lt;EndPoint Url=&#8221;c:\data\file.json&#8221; or &#8220;.xml&#8221; or &#8220;.csv&#8221;)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Generic Request &#8211; Make Content-Type and Request Method visible by default</li>
<li><span class="verAdded">NEW: </span>General &#8211; Add API Connector format in View Metadata dialog box</li>
<li><span class="verAdded">NEW: </span>JDBC Bridge Driver &#8211; Check Java found &#8211; If missing then Download JRE in single click</li>
<li><span class="verAdded">NEW: </span>JDBC Bridge Driver &#8211; Replace Named Pipes to Socket to avoid orphan process / hang / access denied / timeout issues</li>
<li><span class="verAdded">NEW: </span>JSON / CSV / XML Driver &#8211; Add an option to support high precision / scale decimal numbers (more than 15 digits numbers) </li>
<li><span class="verAdded">NEW: </span>JSON, CSV, XML Driver &#8211; Add Support for high precision decimal numbers (New Option under Date/Number Handling)</li>
</ul>
<h3 class="versubtitle">Bug fixes</h3>
<ul>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; When Direct Placeholder Function used along with [$SomeParam$] in ValueTemplate of InputColumn then it doesnt evaluate for each row (Using Cached Value rather than Row By Row) &#8211; Example [$p1]&lt;&lt;{$value$},FUN_BASE64ENC&gt;&gt;</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; When Key column not declared in InputColumns &#8211; Delete / Update might fail &#8211; error near &#8220;from&#8221; ()</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; When nested column under Unbound node found in LayoutMap not supplied you may see bad JSON created</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Zendesk &#8211; When you dont supply requestor / comment your create Ticket call might fail</li>
<li><span class="verFixed">FIX: </span>API Driver &#8211; When WHERE clause not supplied DELETE / UPDATE doesnt do anything </li>
<li><span class="verFixed">FIX: </span>Data Gateway &#8211; CAL is taken by unwanted callers even they are not logged in</li>
<li><span class="verFixed">FIX: </span>Data Gateway &#8211; Existing connections created before v1.6.0 corrupted (Before Aug 10, 2022)</li>
<li><span class="verFixed">FIX: </span>Data Gateway &#8211; IP Filter Rules not working for multiple conditions</li>
<li><span class="verFixed">FIX: </span>General &#8211; Click on Activate License throws misleading error if activation fails &#8211; It says could not load file or assembly Rebex.Http</li>
<li><span class="verFixed">FIX: </span>General &#8211; Preview window Trims error message to 1024 characters</li>
<li><span class="verFixed">FIX: </span>JSON Driver, XML Driver &#8211; When nested filter used (e.g. $.customers[*].orders ) along with IncludeParentColumns option not working sometimes (Throws error or shows wrong value for parent column)</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-7-0-released/">ODBC PowerPack 1.7.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ODBC PowerPack 1.6.3 released</title>
		<link>https://zappysys.com/blog/odbc-powerpack-1-6-3-released/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Thu, 03 Aug 2023 05:26:31 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=10166</guid>

					<description><![CDATA[<p>Introduction This release brings some of new features and had many bug fixes. To see full release notes click here New Features/Improvements NEW: All Drivers &#8211; Add support for Turkey (tr-TR) and Azerbaijani (az-Cyrl) environment NEW: JDBC Bridge Driver &#8211; Change Driver name from &#8220;Jdbc Bridge&#8221; to &#8220;JDBC Bridge&#8221; Bug fixes FIX: All Drivers &#8211; Load [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-6-3-released/">ODBC PowerPack 1.6.3 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 class="versubtitle"><span id="Introduction">Introduction</span></h3>
<p>This release brings some of new features and had many bug fixes.</p>
<p>To see full release notes <a href="https://zappysys.com/onlinehelp/odbc-powerpack/scr/release-notes.htm" target="_blank" rel="noopener">click here</a></p>
<h3 class="versubtitle">New Features/Improvements</h3>
<ul>
<li><span class="verAdded">NEW: </span>All Drivers &#8211; Add support for Turkey (tr-TR) and Azerbaijani (az-Cyrl) environment</li>
<li><span class="verAdded">NEW: </span>JDBC Bridge Driver &#8211; Change Driver name from &#8220;Jdbc Bridge&#8221; to &#8220;JDBC Bridge&#8221;</li>
</ul>
<h3 class="versubtitle">Bug fixes</h3>
<ul>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; Load Connection Settings can only accept string upto 32KB &#8211; Longer settings cannot be loaded (Truncated)</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; Load Settings might throw error if new line found &#8211; Error-Invalid ConnectionString format. Name value pair is missing for [ newline ]</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; Logging feature is not working as expected sometime (Some Log entries not found in File)</li>
<li><span class="verFixed">FIX: </span>API Driver &#8211; BigQuery &#8211; Data Fetch Request Fired two times</li>
<li><span class="verFixed">FIX: </span>API Driver &#8211; Query Builder generated SQL for Generic_Request endpoint does not work correctly when you pass Body / Headers (renaming RequestData, RequestMethod works)</li>
<li><span class="verFixed">FIX: </span>API Driver, Excel Driver &#8211; LogPath, LoggingLevel is not applied correctly via Odbc ConnectionString</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; Copy ConnectionString (without Password) option copies password</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; For some JDBC Views not reported in the Dropdown (Preview Tab) &#8211; Problem in Infor JDBC</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; In some apps (like VS Solution Explorer) &#8211; Tables / Views / Procs not reported</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; java.exe process is not released from memory in some cases (e.g. Power BI Desktop)</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; Object reference not set error in log when JDBC driver throws error </li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver, API Driver &#8211; Wrong Catalog name is used</li>
<li><span class="verFixed">FIX: </span>Salesforce Driver &#8211; When you call INSERT with EnableBulkMode you may get error &#8211; Could not load file or assembly ZappySys.Json</li>
<li><span class="verFixed">FIX: </span>SFTP / Azure Blob Drivers (for CSV / JSON / XML) &#8211; You may get error &#8211; Could not load file or assembly ZappySys.Json on UI load or execution </li>
<li><span class="verFixed">FIX: </span>SFTP CSV / XML / JSON Driver &#8211; Detailed Log is not produced</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-6-3-released/">ODBC PowerPack 1.6.3 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ODBC PowerPack 1.6.2 released</title>
		<link>https://zappysys.com/blog/odbc-powerpack-1-6-2-released/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Thu, 03 Aug 2023 05:19:07 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=10164</guid>

					<description><![CDATA[<p>Introduction This release brings some of new features and bug fixes. To see full release notes click here New Features/Improvements NEW: API Driver &#8211; Allow placeholders in ValueTemplate property for Columns with Dynamic Expand option set to true NEW: API Driver &#8211; Use example values from Input Columns to generate CRUD statements if Connector file supports [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-6-2-released/">ODBC PowerPack 1.6.2 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 class="versubtitle"><span id="Introduction">Introduction</span></h3>
<p>This release brings some of new features and bug fixes. </p>
<p>To see full release notes <a href="https://zappysys.com/onlinehelp/odbc-powerpack/scr/release-notes.htm" target="_blank" rel="noopener">click here</a></p>
<h3 class="versubtitle">New Features/Improvements</h3>
<ul>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Allow placeholders in ValueTemplate property for Columns with Dynamic Expand option set to true</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Use example values from Input Columns to generate CRUD statements if Connector file supports it</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Zendesk &#8211; Show all custom fields when you query Tickets (Previous approach was limited to 5 fields only)</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Zendesk &#8211; Update Read Tickets (Incremental) endpoint to support functions in Start Time Parameter. Now you can use date time function (i.e. yesterday, monthstart etc) along with static date (i.e. 2021-01-01 or 2021-01-01 23:59:59) to set </li>
<li><span class="verAdded">NEW: </span>Salesforce Driver &#8211; Provide an option to supply API Version for Bulk / SOAP API (Right now BULK API version is hardcoded and no way to change, SOAP also same way but work around is there to change Service Type=Other) </li>
<li><span class="verAdded">NEW: </span>Salesforce Driver &#8211; Update API Version to 55.0 for SOAP and Bulk API to take advantage of new features </li>
</ul>
<h3 class="versubtitle">Bug fixes</h3>
<ul>
<li><span class="verFixed">FIX: </span>API Driver &#8211; Some properties like Functions, ValueTemplate, Order, Label etc  doesnt work in Param Template</li>
<li><span class="verFixed">FIX: </span>API Driver &#8211; Stripe &#8211; Update endpoints to for date time as input / output rather than Unix timestamp</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-6-2-released/">ODBC PowerPack 1.6.2 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ODBC PowerPack 1.6.1 released</title>
		<link>https://zappysys.com/blog/odbc-powerpack-1-6-1-released/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Thu, 03 Aug 2023 05:09:37 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=10162</guid>

					<description><![CDATA[<p>Introduction This release brings tons of new features and bug fixes. We have added a new connector for Youtube, Stripe, Zoom, Amazon Ads, ManageEngine ServiceDesk Plus and for support add HubSpot and SharePoint. To see full release notes click here New Features/Improvements NEW: API Driver &#8211; Youtube &#8211; New connector to read, search Videos / Playlists [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-6-1-released/">ODBC PowerPack 1.6.1 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 class="versubtitle"><span id="Introduction">Introduction</span></h3>
<p>This release brings tons of new features and bug fixes. We have added a new connector for Youtube, Stripe, Zoom, Amazon Ads, ManageEngine ServiceDesk Plus and for support add HubSpot and SharePoint.</p>
<p>To see full release notes <a href="https://zappysys.com/onlinehelp/odbc-powerpack/scr/release-notes.htm" target="_blank" rel="noopener">click here</a></p>
<h3 class="versubtitle">New Features/Improvements</h3>
<ul>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Youtube &#8211; New connector to read, search Videos / Playlists and other information (like, view, share, title, watch time etc)</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Stripe &#8211; New connector to read / write Customers, Orders, Invoices, Products, Subscriptions and more</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Zoom &#8211; New connector to read Meetings, Webinars, Attendees and other information from Zoom Service</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; Amazon Ads &#8211; New connector to read reports for Amazon Ads Account</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; ManageEngine ServiceDesk Plus- New Connector to read data from Requests, Tasks, Notes, Worklog and more</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; HubSpot &#8211; Add support for PrivateApp Authentication (Using Static Access Token)</li>
<li><span class="verAdded">NEW: </span>API Driver &#8211; SharePoint &#8211; Added support for Managed Metadata fields (Show Label, WssId and TermGuid)</li>
<li><span class="verAdded">NEW: </span>General &#8211; Show user friendly license error when either valid license not found or its expired </li>
</ul>
<h3 class="versubtitle">Bug fixes</h3>
<ul>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; Duplicate Custom Objects entries listed sometimes on Preview Table for Table dropdown </li>
<li><span class="verFixed">FIX: </span>All API Drivers &#8211; WaitTimeMs conflicts with other property, RetryMode appears twice</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; After you preview 100 queries you start getting error &#8211; capacity was less than the current size</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; Generated query should quote around name if it contains @ char</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; Saving Metadata option not working</li>
<li><span class="verFixed">FIX: </span>All Drivers &#8211; When you use parenthesis or some other invalid chars in DSN names it throws error</li>
<li><span class="verFixed">FIX: </span>API Driver &#8211; OAuth Generate Token button remains disabled in some cases also not showing count down</li>
<li><span class="verFixed">FIX: </span>General &#8211; WHERE clause not invoked when called from SELECT * INTO </li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; BigInteger error</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; If you choose object with space in the name from non default schema &#8211; you might get error &#8211; Incorrect syntax near</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; Metadata for string columns not reported correctly (Length always zero)</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; Numeric values might fails to import in apps like SSIS</li>
<li><span class="verFixed">FIX: </span>JDBC Bridge Driver &#8211; Some datatypes not handled correct way (e.g. variant in MSSQL)</li>
<li><span class="verFixed">FIX: </span>ODBC SFTP JSON / XML / CSV Driver &#8211; You may get Object must be the same type as the enum error when you click on preview tab (It only happens if DSN not saved)</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/odbc-powerpack-1-6-1-released/">ODBC PowerPack 1.6.1 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SSIS PowerPack 5.3.0 released</title>
		<link>https://zappysys.com/blog/ssis-powerpack-5-3-0-released/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Wed, 02 Aug 2023 12:14:13 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=10154</guid>

					<description><![CDATA[<p>Introduction This release brings tons of new features and bug fixes. We have added new connectors for CosmosDB, Azure DevOps (TFS), ServiceNow, MailChimp, HubSpot, JIRA, Zoho and REST API Task. It fixes important issues with connectors for Youtube, SharePoint and XML / CSV Source. To see full release notes click here New Features/Improvements NEW: API Connector [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/ssis-powerpack-5-3-0-released/">SSIS PowerPack 5.3.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 class="versubtitle"><span id="Introduction">Introduction</span></h3>
<p>This release brings tons of new features and bug fixes. We have added new connectors for CosmosDB, Azure DevOps (TFS), ServiceNow, MailChimp, HubSpot, JIRA, Zoho and REST API Task. It fixes important issues with connectors for Youtube, SharePoint and XML / CSV Source. To see full release notes <a href="https://zappysys.com/onlinehelp/ssis-powerpack/scr/release-notes.htm" target="_blank" rel="noopener">click here</a></p>
<h3 class="versubtitle">New Features/Improvements</h3>
<ul>
<li><span class="verAdded">NEW: </span>API Connector &#8211; CosmosDB &#8211; New connector to Read / Write / Query documents and other objects (e.g. Database, Containers)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Azure DevOps (TFS) &#8211; New connector to Read / Write / Query items (e.g. Tasks, Bugs, User Story)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; ServiceNow &#8211; New connector to Read / Write / Query tables (e.g. Incidents, Tasks, Users)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; MailChimp &#8211; New connector to Read / Write / Query MailChimp data (e.g. Campaigns, Lists, Subscribes, Reports)</li>
<li><span class="verAdded">NEW: </span>All Components &#8211; Sort Used columns on [A-Z] or [Z-A] button click</li>
<li><span class="verAdded">NEW: </span>Amazon Redshift Data Transfer Task &#8211; Add support for Redshift Serverless</li>
<li><span class="verAdded">NEW: </span>Amazon Storage Connection &#8211; Add logic to handle Retry on IllegalLocationConstraintException (UseRegionSpecificEndPoint Advanced option checked but wrong region selected)</li>
<li><span class="verAdded">NEW: </span>Amazon Storage Task &#8211; Add new action to read Tags for S3 Files (GetAmazonFileTags)</li>
<li><span class="verAdded">NEW: </span>Amazon Storage Task &#8211; Add option to set Tags for S3 File Upload</li>
<li><span class="verAdded">NEW: </span>Amazon Storage Task, Azure Storage Task &#8211; Allow to use Variable Placeholders in Metadata</li>
<li><span class="verAdded">NEW: </span>API Connection Manager &#8211; Automatically Set TrustedDomains on REST Connection UI when user loads Custom Connector File from local path first time (Prompt User)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Google Drive &#8211; Always show Query parameter (Search Criteria) and show common examples in the dropdown</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; HubSpot &#8211; Add Upload File endpoint</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; JIRA &#8211; Add OAuth support for authentication</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; JIRA &#8211; Add support for custom fields with Paragraph datatype</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; JIRA &#8211; Add support for selecting which custom_fileds you like to output on connection UI or on endpoint level</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; JIRA &#8211; Improve speed of fetching data by 2x (also reduce number of requests by enhancing last page detection logic)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; SharePoint &#8211; Add &#8216;Filter&#8217; parameter to &#8216;get_list_items&#8217; and &#8216;get_list_items_dynamic&#8217; endpoints</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Zoho &#8211; Updates to DELETE, SEARCH endpoints</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Add OptionsEndPointSortBy to allow sort by expression for Select Dropdown (e.g. Column1 ASC, Column2 DESC)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Add Support for DefaultValue in Param / Column (so when Value is blank it will return DefaultValue and ignore ValueTemplate / Functions property)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Allow &lt;Table Order=&#8221;-1&#8243; Expand=&#8221;True&#8221;&#8230; &gt; So you can sort dynamically expanded list by name</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Allow ColumnInfoMap in &lt;Column&gt; Tag to use DataType lookup by field value (equal, contains, regex match)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Allow Multiple columns in OptionEndPointLabel using comma separated (e.g. ProjectId,FieldName)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Allow Multiple Filters to join result from multiple arrays e.g. Filter=&#8221;$new_rows[*]&#8221; ExtraFilters=&#8221;$updated_rows[*] :: $error_rows[*]&#8221; and ExtraFilterColumns=&#8221;Op=New::Op=Updated::Op=Error&#8221;</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Allow Parameters in Filter Property (e.g. Filter=&#8221;$.[$param$][*]&#8221;)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Allow to disable Table Expand (DoNotValidateTableName)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; For Write Operations (INSERT, UPDATE) &#8211; Allow to use Direct Placeholder Functions in Body / URL (right now it only works when Parameter usage found in body, it doesnt work if you do Body={ data : &#8220;&lt;&lt;{$rows$},FUN_BASE64ENC&gt;&gt;&#8221; } )</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Use EndPoint Parameters with Default when Columns are expanded and no overrides found with parameter name used in DataEndPointParameters</li>
<li><span class="verAdded">NEW: </span>Azure Storage Task &#8211; Add new action to read Tags for Blob (GetAzureBlobTags)</li>
<li><span class="verAdded">NEW: </span>Azure Storage Task &#8211; Add option to set Tags for Blob Upload</li>
<li><span class="verAdded">NEW: </span>Azure Storage Task &#8211; need to improve UI in Metadata tab to show user can use variables in Value column</li>
<li><span class="verAdded">NEW: </span>Azure Storage Task &#8211; Provide an Action to Read Tags (just like GetMetaData option)</li>
<li><span class="verAdded">NEW: </span>General &#8211; Add FUN_XML_TO_TEXT to extract data from XML using XPath</li>
<li><span class="verAdded">NEW: </span>General &#8211; FUN_REGEX_EXTRACT allow to use group name in extract pattern (e.g.  \w+@(?&lt;domain&gt;\w+).com{{0,domain}}  ) </li>
<li><span class="verAdded">NEW: </span>General &#8211; New Function &#8211; FUN_IF &#8211; Compare two values and return match or non-match string (e.g. &lt;&lt;Abc|~|Eq|~|Abc|~|Both $1 and $2 same|~|Not same,FUN_IF&gt;&gt; )</li>
<li><span class="verAdded">NEW: </span>General &#8211; New Function &#8211; FUN_IF_REGEX_MATCH &#8211; Return If Else Value on Regular Expression match or mismatch (e.g. &lt;&lt;Abc (123)|~|\d+|~|Found $2|~|No found|~|true,FUN_IF_REGEX_MATCH&gt;&gt;</li>
<li><span class="verAdded">NEW: </span>General &#8211; Update AWS SDK to v3.7 (Add support for IMDSv2 in IAM Role and many more)</li>
<li><span class="verAdded">NEW: </span>HTTP Connection Manager &#8211; Add [$url-part-regex-(some-regex-here)$] placeholder in HashSignatureFormat</li>
<li><span class="verAdded">NEW: </span>HTTP Connection Manager &#8211; When you enable Retain Cookie Option with Dynamic Token &#8211; You may get error about Cookie format</li>
<li><span class="verAdded">NEW: </span>HTTP Connection Manager, JSON / XML / CSV Source, REST API Task, Web API Destination &#8211; Allow Cookie Container Feature for SSL Version set other than Default</li>
<li><span class="verAdded">NEW: </span>HTTP, OAuth Connection Manager &#8211; Throw meaningful error when certificate is null (Failed to load)</li>
<li><span class="verAdded">NEW: </span>JSON / XML / CSV Source  &#8211; Allow to continue on Error for multiple status code (e.g. 404|405) &#8211; New Property ErrorStatusCodeToMatchRegex</li>
<li><span class="verAdded">NEW: </span>JSON / XML / CSV Source &#8211; Add support for reading *.tar.gzip file (multiple files in one tar.gzip)</li>
<li><span class="verAdded">NEW: </span>JSON / XML / CSV Source, REST API Task &#8211; ClientCertificate not supported if you change SslVersion settings other than Default</li>
<li><span class="verAdded">NEW: </span>JSON / XML Generator Transform, Export Task &#8211; Add option to output nested JSON /XML as encoded string &#8211; Set datatype=&#8221;String&#8221; for Unbound &lt;map&gt; node (Usecase: MailChimp Bulk API / Azure DevOps Update/Insert)</li>
<li><span class="verAdded">NEW: </span>JSON Generator Transform, Export JSON Task &#8211; Allow Placeholder Function usage for &lt;map&gt; tag (e.g. &lt;map src=&#8221;notes&#8221; function=&#8221;FUN_BASE64ENC&#8221; /&gt; or   function=&#8221;sometext &lt;&lt;{$value$},FUN_BASE64&gt;&gt; sometext&#8221; in Template mode </li>
<li><span class="verAdded">NEW: </span>JSON Source &#8211; Treat &#8220;$&#8221; as blank filter</li>
<li><span class="verAdded">NEW: </span>JSON Source, XML Source, CSV Source &#8211; Allow API Connector Wizard to use Column Metadata for new EndPoint in Connector File</li>
<li><span class="verAdded">NEW: </span>JSON Source, XML Source, CSV Source &#8211; Include Properties in EndPoint as Default Props when cannot be detected by Wizard as Valid Properties</li>
<li><span class="verAdded">NEW: </span>OAuth / HTTP Connection Manager &#8211; Add MetaUrl, MetaHeaders, MetaMethod, MetaBody, MetaFilter to get API base URL (dynamic URL case like MailChimp, JIRA OAuth)</li>
<li><span class="verAdded">NEW: </span>Regular Expression Parser Task &#8211; Add &#8211;regex-cs (suffix flag in pattern) for case-sensitive pattern search (Right now searches are not case-sensitive) </li>
<li><span class="verAdded">NEW: </span>REST API Task &#8211; Allow to continue on Error for multiple status code (e.g. 404|405) &#8211; New Property ErrorStatusCodeToMatchRegex</li>
<li><span class="verAdded">NEW: </span>REST API Task &#8211; Give Options (DisableAutoConvertMultiPartStream and TreatResponseAsMultiPart) to enable / disable multipart detection for stream (Right now we auto detect / convert based on Response Content-Type but no way to enable/disable)</li>
<li><span class="verAdded">NEW: </span>REST API Task, JSON / XML / CSV Source &#8211; Allow custom content-type in header for MutiPart Upload (e.g. myfilename=@c:\somefile.txt)</li>
</ul>
<h3 class="versubtitle">Bug fixes</h3>
<ul>
<li><span class="verFixed">FIX: </span>All Components &#8211; Dataflow components loses the locked column names  when sorts Available Columns (i.e. Click [A-Z] &#8211;or&#8211; [Z-A] toolbar button)</li>
<li><span class="verFixed">FIX: </span>All Components &#8211; Renaming Output Column Name should not break the flow</li>
<li><span class="verFixed">FIX: </span>Amazon Redshift Data Transfer Task &#8211; Throw meaningful error when Source SQL Produce blank column name (no alias defined for calculated / static data column)</li>
<li><span class="verFixed">FIX: </span>API Connection Manager &#8211; Preview works but Test Connection Fails &#8211; Embedded API Config Text is empty (Only when you switch to Embedded Mode)</li>
<li><span class="verFixed">FIX: </span>API Connector &#8211; SharePoint &#8211; Refresh Columns might throw error in some cases if you Do not supply SiteId at the EndPoint level (Connection Level value is ignored)</li>
<li><span class="verFixed">FIX: </span>API Connector &#8211; Youtube &#8211; Embedded Provider selection throws error</li>
<li><span class="verFixed">FIX: </span>API Connector &#8211; YouTube &#8211; Improve speed by reducing number of API calls for get_videos (MyVideos Table) &#8211; Change Rows Per Page from 2 to 50 </li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Allow {$rows$} in Functions for Query Type Parameters for Bulk Lookup</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Column Name is used instead of Label is used to generate {$rows$} (when LayoutMap not supplied)</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Columns with same Lable but Different Name cause issue (Last column with same Label takes precedence)</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Common Properties (e.g. Label, Desc, HelpLink) always takes precedence from Template rather than node override</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Duplicate Column Name in Dynamic Template cause issue (Static Column added at EndPoint level and same found in Dynamically Expanded)</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; generic_request endpoint is not working when you use Partial URL starts with slash (e.g. /customers) or Full URL (http://abc.com/customers)</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; If Service URL contains variable e.g. (https://[$Domain$].zendesk.com) then some bulk endpoints (e.g. BULK Delete / Update / Insert &#8211; Using Full Job Style URL from Child EndPoint) might fail</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; MaxRows Settings not working for ChildEndPoint</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Paginated request might fail if you use {$rows$} placeholder in URL (it wont replace after first request)</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Query Builder on UI might send blank rather than NULL value for Dependency Parameter (OptionEndPointParameters) </li>
<li><span class="verFixed">FIX: </span>Google Analytics Source &#8211; Connection Manager set GA4 in Connection Manager + adding filter in GA Source &#8211; getting error on PREVIEW</li>
<li><span class="verFixed">FIX: </span>Google Analytics Source &#8211; ERR_NO_DATA_OR_INVALID_EXPR: No records found in specified table. Manually enter output columns.</li>
<li><span class="verFixed">FIX: </span>Google Data Connection Manager &#8211; You might get JavaScript Error on Generate OAuth Token</li>
<li><span class="verFixed">FIX: </span>HTTP Connection Manager &#8211; HashSignature Method sometimes throws error about Position if you use [$url-part-zzz-x-y$] placeholder in HashSignatureFormat</li>
<li><span class="verFixed">FIX: </span>Http Connection Manager &#8211; JTW token Claims not loaded on UI after save</li>
<li><span class="verFixed">FIX: </span>JSON / XML / CSV Source &#8211; API Connector File Wizard doesnt add PagingByUrlCurrentPage Property if PagingMode set to URLPath Mode or ByPostData mode </li>
<li><span class="verFixed">FIX: </span>JSON / XML / CSV Source &#8211; API Connector Wizard Saves Headers as XML rather than Raw format in final connector file</li>
<li><span class="verFixed">FIX: </span>JSON / XML / CSV Source &#8211; Pagination Mode &#8211; ByResponseHeaderRfc5988 &#8211; Fails in some cases (e.g. ServiceNow API)</li>
<li><span class="verFixed">FIX: </span>JSON Generator Transform &#8211; Output as array node not persisted on UI for unbound node</li>
<li><span class="verFixed">FIX: </span>JSON Source &#8211; API Connector Wizard should set PageStartVariable automatically when Variable is set</li>
<li><span class="verFixed">FIX: </span>JSON Source, XML Source &#8211; Pagination doesnt stop (goes infinite loop) when you have Error Output attached</li>
<li><span class="verFixed">FIX: </span>JSON Source, XML Source &#8211; When Suffix used with question mark it doesnt wipe out original parameters from the URL as indicated in the help </li>
<li><span class="verFixed">FIX: </span>OAuth &#8211; Vsts Provider &#8211; response_type sent twice</li>
<li><span class="verFixed">FIX: </span>OAuth Connection &#8211; If Password / ClientCredentials Grant used and RefreshToken is returned in response then sometimes it may fail request with Unauthorized (due to blank AccessToken)</li>
<li><span class="verFixed">FIX: </span>OAuth Connection Manager, API Connection &#8211; Use SaveAs dialog rather than Open for Refreshtoken file path</li>
<li><span class="verFixed">FIX: </span>REST API Task, JSON / XML Source / Web API Destination  &#8211; Multi Part Content Response may throw error &#8211; startIndex cannot be larger than length of string. Parameter name: startIndex (This only happens if two new lines found before first boundary)</li>
<li><span class="verFixed">FIX: </span>Upsert Destination &#8211; Cannot select Custom Order By dropdown when Duplicate Handling is changed (its always disabled) &#8211; You can use Properties window to change it but not via UI</li>
<li><span class="verFixed">FIX: </span>XML / CSV Source &#8211; API Connector Wizard doesnt set EndPoint ResponseFormat=Xml or Csv </li>
<li><span class="verFixed">FIX: </span>XML Source &#8211; You might get error about Could not find my.dtd file when &lt;!DOCTYPE my.dtd&gt; tag found in the XML file  (Preview works fine but runtime fails)</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/ssis-powerpack-5-3-0-released/">SSIS PowerPack 5.3.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SSIS PowerPack 5.2.0 released</title>
		<link>https://zappysys.com/blog/ssis-powerpack-5-2-0-released/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Wed, 02 Aug 2023 12:04:28 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=10153</guid>

					<description><![CDATA[<p>Introduction This release brings tons of new features and bug fixes. We have added new connectors for Outlook Mail (Office 365), Shopify, SharePoint and JSON / XML / CSV Generator Transform. It fixes important issues with API Destination, CSV Source, JSON Source and Secure FTP Connection Manager. To see full release notes click here New Features/Improvements [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/ssis-powerpack-5-2-0-released/">SSIS PowerPack 5.2.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 class="versubtitle"><span id="Introduction">Introduction</span></h3>
<p>This release brings tons of new features and bug fixes. We have added new connectors for Outlook Mail (Office 365), Shopify, SharePoint and JSON / XML / CSV Generator Transform. It fixes important issues with API Destination, CSV Source, JSON Source and Secure FTP Connection Manager. To see full release notes <a href="https://zappysys.com/onlinehelp/ssis-powerpack/scr/release-notes.htm" target="_blank" rel="noopener">click here</a></p>
<h3 class="versubtitle">New Features/Improvements</h3>
<ul>
<li><span class="verAdded">NEW: </span>Google Analytics Source &#8211; Support v4 API (GA4)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Outlook Mail (Office 365) &#8211; New connector to read / download mail and attachments from Office 365 Mail account</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Shopify &#8211; Read / Write Shopify data (e.g. Customers, Products, Orders)</li>
<li><span class="verAdded">NEW: </span>All Components &#8211; Show meaningful error about decimal data corruption when SSIS cannot handle higher Precision / Scale than defined in Column Metadata </li>
<li><span class="verAdded">NEW: </span>All Source Components &#8211; Increase ErrorMessage column length to 4000 from 1024 </li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Google BigQuery &#8211; Add Job Location Option for get_query and connection Level</li>
<li><span class="verAdded">NEW: </span>API Connector Framework  &#8211; Add Option TreatBodyAsDirectValue (Body parsed as input data rather than calling URL) </li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Add Option to name Dynamic Expanded Columns as CamelCase</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Add support for Dynamic ServiceUrl (e.g. MailChimp API usecase)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Add Support for SingleDataset in LayoutMap (e.g. &lt;settings singledataset=&#8221;True&#8221;&gt;  &#8211; Shopify Connector Usecase</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Allow to pass static values for EndPoint parameters tagged with {$rows$} function (Right now it doesnt work if query endpoint rather than Input Rows &#8211; usecase like API Destination)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Allow to Read data From Local File &#8211; (Set &lt;EndPoint Url=&#8221;c:\data\file.json&#8221; or &#8220;.xml&#8221; or &#8220;.csv&#8221;)</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Allow to use Png file as Logo </li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; CData Property (e.g. LayoutMap, Body) or Property not String Type (i.e. Int, Bool) not working if you set in Template as EndPoint Attribute (i.e. &lt;EndPoint IncludeParentColumns=&#8221;True&#8221; &#8230;. &gt; )</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Expose Layout related Properties &#8211; DoNotOutputEmptyArrayProperty, DoNotOutputEmptyNestedProperty, DoNotOutputNullProperty, XmlNameSpaces, XmlPrefix, EnableCustomEscapeSequence, CustomEscapeSequenceRule and more</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Generic Request &#8211; Make Content-Type and Request Method visible by default</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; If LayoutMap not supplied and one of the URL parameters tagged as Functions={$rows$} and EndPoint RequestFormat=Csv then automatically generate LayoutMap to produce single column Csv</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Provide a way to use multiple Templates (e.g. &lt;EndPoint Name=&#8221;get_orders&#8221; Template=&#8221;Order, Pagination&#8221; &#8230;. ) &#8211; Multi Inheritance</li>
<li><span class="verAdded">NEW: </span>API Connectors &#8211; SharePoint &#8211; Drive list is not refreshed when you change Site for upload_file endpoint Parameters UI (grid) </li>
<li><span class="verAdded">NEW: </span>API Destination &#8211; Do not throw validation error if Input column is mapped and its MapToParam which is required param</li>
<li><span class="verAdded">NEW: </span>API Destination &#8211; Move operation dropdown under the table selection</li>
<li><span class="verAdded">NEW: </span>API Source, API Destination &#8211; Show Parameter help link when user selects Parameter grid entry</li>
<li><span class="verAdded">NEW: </span>General &#8211; Add option to export Mappings on Columns Tab so its ProperCase for API Connector</li>
<li><span class="verAdded">NEW: </span>General &#8211; Do not output sensitive information in Log when you change LogLevel=Debugging (header name contains Session, Token or Key mask information in log)</li>
<li><span class="verAdded">NEW: </span>General &#8211; Provide a way to reset prompts on License Manager &#8211; Advanced Tab (e.g. Reset DP Scaling Prompt, New Version Found Prompt)</li>
<li><span class="verAdded">NEW: </span>JSON / XML / CSV Generator Transform &#8211; Add support for DT_NUMERIC and DT_DECIMAL &#8211; Use decimal type for higher precision floating point numbers (Decimal Type upto 38 precision / scale) </li>
<li><span class="verAdded">NEW: </span>JSON / XML /CSV Source, Amazon S3 / SFTP / Azure CSV, XML , JSON Source &#8211; Update notes for Enable Multi Path Mode &#8211; Its not clear that we do not allow pattern search when this option is checked</li>
<li><span class="verAdded">NEW: </span>JSON Parser Transform, XML Parser Transform &#8211; Provide a better message for Memory is locked error due to Blob Type / Large string and MultiCast usage</li>
<li><span class="verAdded">NEW: </span>JSON Source, XML Source, CSV Source &#8211; Add an option to redirect web exception on error output (right now it fails component rather redirect)</li>
<li><span class="verAdded">NEW: </span>MongoDB, PostgreSql, Redshift Connection Manager &#8211; Add help link on how to configure SSH Tunnel (Local Port Forward Technique)</li>
<li><span class="verAdded">NEW: </span>Reporting Services Task &#8211; Add an option to compress  file (as Zip) for export / email attachment</li>
<li><span class="verAdded">NEW: </span>Reporting Services Task &#8211; Allow option to add Password for Exported Zip file and Excel (xlsx / xls)</li>
<li><span class="verAdded">NEW: </span>Secure FTP Connection Manager &#8211; Add Support for TLS 1.3</li>
<li><span class="verAdded">NEW: </span>Secure FTP Task &#8211; Rename file to *.partial  during download / upload process to indicate partial file (once transfer done change to original name) </li>
<li><span class="verAdded">NEW: </span>Upsert Destination &#8211; Give option to sort on custom column for Duplicate Handling (i.e. KeepFirst and KeepLast ) &#8211; Right now we sort on Key column (we should rather give option to sort on column like LastUpdatedOn)</li>
</ul>
<h3 class="versubtitle">Bug fixes</h3>
<ul>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; When Direct Placeholder Function used along with [$SomeParam$] in ValueTemplate of InputColumn then it doesnt evaluate for each row (Using Cached Value rather than Row By Row) &#8211; Example [$p1]&lt;&lt;{$value$},FUN_BASE64ENC&gt;&gt;</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; When nested column under Unbound node found in LayoutMap not supplied you may see bad JSON created</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Zendesk &#8211; When you dont supply requestor / comment your create Ticket call might fail</li>
<li><span class="verFixed">FIX: </span>API Destination &#8211; For Bulk Operation becomes row by row after first request</li>
<li><span class="verFixed">FIX: </span>CSV Source &#8211; Issue in output while Carriage Return (CR) inside the double quote</li>
<li><span class="verFixed">FIX: </span>General &#8211; Improve Machine Registration</li>
<li><span class="verFixed">FIX: </span>JSON Source &#8211; URL Parameter Pagination mode fails in some cases when API doesnt under + as encoded value for space and user supply encoded space in query (e.g. http://abc.com?id=AAA%20BBB )   </li>
<li><span class="verFixed">FIX: </span>Licensing &#8211; Detect Windows 11 as Desktop OS rather than Server OS</li>
<li><span class="verFixed">FIX: </span>OAuth Connection Manager &#8211; AWS V4 Provider &#8211; Variable Placeholder cause issue in HMAC Signature</li>
<li><span class="verFixed">FIX: </span>Reporting Services Task &#8211; If Send Email / Export File Fails then temp file is not deleted</li>
<li><span class="verFixed">FIX: </span>Secure FTP Connection Manager &#8211; Add an option EnsureKeyAcceptable  to handle error like &#8211; A public key corresponding to the supplied private key was not accepted by the server or the user name is incorrect (Send Key First and use UserId, Password Login )</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/ssis-powerpack-5-2-0-released/">SSIS PowerPack 5.2.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SSIS PowerPack 5.1.0 released</title>
		<link>https://zappysys.com/blog/ssis-powerpack-5-1-0-released/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Wed, 02 Aug 2023 11:53:16 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=10151</guid>

					<description><![CDATA[<p>Introduction This was a minor update release. It have added a new API Connectors for HubSpot, OneDrive, SharePoint and JSON Source. It fixes important issues with API Connection Manager, API Connector, Export XML Task, JSON Driver, XML Driver and JSON Source. To see full release notes click here New Features/Improvements NEW: General &#8211; Add Support for [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/ssis-powerpack-5-1-0-released/">SSIS PowerPack 5.1.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 class="versubtitle"><span id="Introduction">Introduction</span></h3>
<p>This was a minor update release. It have added a new API Connectors for HubSpot, OneDrive, SharePoint and JSON Source. It fixes important issues with API Connection Manager, API Connector, Export XML Task, JSON Driver, XML Driver and JSON Source. To see full release notes <a href="https://zappysys.com/onlinehelp/ssis-powerpack/scr/release-notes.htm" target="_blank" rel="noopener">click here</a></p>
<h3 class="versubtitle">New Features/Improvements</h3>
<ul>
<li><span class="verAdded">NEW: </span>General &#8211; Add Support for Visual Studio 2022 SSIS Designer (VS2022 x64) </li>
<li><span class="verAdded">NEW: </span>API Connection Manager &#8211; Sort Connectors by name</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Google BigQuery &#8211; Add Support for Stored Proc / SQL Query which invokes CRUD / DDL / DML Statements (INSERT, UPDATE, DELETE, CREATE, ALTER)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Google BigQuery &#8211; Performance Enhancements for SQL query / Reduce billing unit per query</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; HubSpot &#8211; Added error retry on status code 429</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; OneDrive &#8211; Add Retry Option (Handle too Many API Calls &#8211; Status 429)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; OneDrive &#8211; Give option to force Login Prompt (e.g. Similar to Clear login cookies)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; SharePoint &#8211; Add Retry Option (Handle too Many API Calls &#8211; Status 429)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; SharePoint &#8211; Give option to force Login Prompt (e.g. Similar to Clear login cookies)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Zendesk &#8211; Search endpoint fails when more than 1000 records returned (Limit of 1000 rows not applied) </li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; All Connector Files &#8211; Use 429 RetryMode as Property rather than Placeholder</li>
<li><span class="verAdded">NEW: </span>API Connector Framework &#8211; Sort Properties by name in Add New Parameter UI (Type=Property)</li>
<li><span class="verAdded">NEW: </span>General &#8211; Add support for Turkey (tr-TR) and Azerbaijani (az-Cyrl) environment</li>
<li><span class="verAdded">NEW: </span>JSON Source  &#8211; Create new connector option should set Version=1 and latest EngineVersion for New Connector file being created during wizard</li>
<li><span class="verAdded">NEW: </span>MongoDB Source &#8211; Show user friendly  message &#8211; How to read View if you see &#8211; QueryFailure flag was Namespace 5ddeb5exxxxxx_yourDB.yourViewName is a view, not a collection</li>
<li><span class="verAdded">NEW: </span>PostgreSql Source, Excel Source, Redshift Source, API Source &#8211; Add Logging for SQL Query / Table name</li>
</ul>
<h3 class="versubtitle">Bug fixes</h3>
<ul>
<li><span class="verFixed">FIX: </span>API Connection Manager &#8211; Authentication help link doesnt show popup help in some cases</li>
<li><span class="verFixed">FIX: </span>API Connection Manager &#8211; Connection Parameter Grid uses old connection to make DataEndPoint calls </li>
<li><span class="verFixed">FIX: </span>API Connection Manager &#8211; Embedded Dropdown option for Amazon Ads Connector not working</li>
<li><span class="verFixed">FIX: </span>API Connector &#8211; Google BigQuery &#8211; You might get duplicate rows in some cases (when query is not cached in BQ)</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Dynamic Endpoints are expanded on test connection (Usecase: SharePoint Connector uses root site &#8211; Causing UnAuthorized Error)</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Generic_Request EndPoint doesnt work correctly when you supply Body or Headers</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; String value with slash ( \ ) or double quote ( &#8221; ) cause issue in Insert, Update, Delete operations</li>
<li><span class="verFixed">FIX: </span>Export XML Task &#8211; UpperCase not allowed in NameSpace Prefix (i.e. nsA=http://xyz) &#8211; You get error prefix not declared</li>
<li><span class="verFixed">FIX: </span>General &#8211; Placeholder engine doesnt work in some cases when regional settings set to non-english (e.g. Turkish tr-TR)</li>
<li><span class="verFixed">FIX: </span>JSON Driver, XML Driver &#8211; When nested filter used (e.g. $.customers[*].orders ) along with IncludeParentColumns option not working sometimes (Throws error or shows wrong value for parent column)</li>
<li><span class="verFixed">FIX: </span>JSON Source &#8211; JSONPath expression with $.customers[*].orders can throw error if mixed case detected for array and object for the same property and you check IncludeParentColumns (e.g. orders: [ {&#8230;},{&#8230;} ] &#8211;OR&#8211; orders: {&#8230;}  }</li>
<li><span class="verFixed">FIX: </span>JSON Source &#8211; Key Not found exception at runtime when Output as Raw Document Enabled and Include Parent is checked </li>
<li><span class="verFixed">FIX: </span>JSON Source &#8211; Pagination with NextUrlFromAttribute and NextLink Cursor does not encode variable placeholder</li>
<li><span class="verFixed">FIX: </span>JSON Source &#8211; parent column value not correct when nested array filter used in JSONPath (e.g. $.customers[*].orders[*] ) &#8211; This can happen in Raw Output option too</li>
<li><span class="verFixed">FIX: </span>JSON Source &#8211; Performance Improvement (when include parent column checked)</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/ssis-powerpack-5-1-0-released/">SSIS PowerPack 5.1.0 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SSIS PowerPack 5.0.1 released</title>
		<link>https://zappysys.com/blog/ssis-powerpack-5-0-1-released/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Wed, 02 Aug 2023 11:02:27 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=10149</guid>

					<description><![CDATA[<p>Introduction This was a minor update release. It fixes important issues with All Components and API Connector. To see full release notes click here New Features/Improvements NEW: API Connector &#8211; Zendesk &#8211; Show all custom fields when you query Tickets (Previous approach was limited to 5 fields only) NEW: API Connector &#8211; Zendesk &#8211; Update Read [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/ssis-powerpack-5-0-1-released/">SSIS PowerPack 5.0.1 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 class="versubtitle"><span id="Introduction">Introduction</span></h3>
<p>This was a minor update release. It fixes important issues with All Components and API Connector. To see full release notes <a href="https://zappysys.com/onlinehelp/ssis-powerpack/scr/release-notes.htm" target="_blank" rel="noopener">click here</a></p>
<h3 class="versubtitle">New Features/Improvements</h3>
<ul>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Zendesk &#8211; Show all custom fields when you query Tickets (Previous approach was limited to 5 fields only)</li>
<li><span class="verAdded">NEW: </span>API Connector &#8211; Zendesk &#8211; Update Read Tickets (Incremental) endpoint to support functions in Start Time Parameter. Now you can use date time function (i.e. yesterday, monthstart etc) along with static date (i.e. 2021-01-01 or 2021-01-01 23:59:59) to set </li>
<li><span class="verAdded">NEW: </span>API Framework &#8211; Allow placeholders in ValueTemplate property for Columns with Dynamic Expand option set to true</li>
<li><span class="verAdded">NEW: </span>Salesforce Connection Manager &#8211; Provide an option to supply API Version for Bulk / SOAP API (Right now BULK API version is hardcoded and no way to change, SOAP also same way but work around is there to change Service Type=Other) </li>
<li><span class="verAdded">NEW: </span>Salesforce Connection Manager &#8211; Update API Version to 55.0 for SOAP and Bulk API to take advantage of new features </li>
</ul>
<h3 class="versubtitle">Bug fixes</h3>
<ul>
<li><span class="verFixed">FIX: </span>All Components &#8211; Mapping file export does not encode special characters like &#8220;&amp;&#8221; which cause issue with import same file throwing error &#8211; An error occurred while parsing EntityName. Line XX, position YY. </li>
<li><span class="verFixed">FIX: </span>API Connector &#8211; Stripe &#8211; Update endpoints to for date time as input / output rather than Unix timestamp</li>
<li><span class="verFixed">FIX: </span>API Connector Framework &#8211; Some properties like Functions, ValueTemplate, Order, Label etc  doesnt work in Param Template</li>
</ul>
<p>The post <a href="https://zappysys.com/blog/ssis-powerpack-5-0-1-released/">SSIS PowerPack 5.0.1 released</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
