ZappySys Logo - SSIS, SQL Server, Big Data, Cloud Computing, NoSQL, Business Intelligence

SSIS PowerPack 5.0.1 released

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 – Zendesk – Show all custom fields when you query Tickets (Previous approach was limited to 5 fields only) NEW: API Connector – Zendesk – Update Read […]

ZappySys Logo - SSIS, SQL Server, Big Data, Cloud Computing, NoSQL, Business Intelligence

SSIS PowerPack 5.0.0 released

Introduction This release brings tons of new features and bug fixes. We have added new connectors for Youtube, Stripe, Zoom, Amazon Ads and ManageEngine. It fixes important issues with MongoDB Source, Amazon DynamoDB Source, Azure Table Source, XML Generator Transform. To see full release notes click here New Features/Improvements NEW: General – Add support for SQL […]

Using Custom API Connector File - New ODBC DSN - ZappySys API Driver

How to create custom ODBC Driver for API without coding

Introduction Imagine this situation, you or users of your product wants to consume some REST API in ETL / BI / Programming Tools using ODBC / JDBC Driver interface but there are no ODBC / JDBC Driver available for that API and you dont even know coding? If you are in a situation No Problem […]

Informatica Command Task

Export / Create JSON File in Informatica (from SQL Query / Database Tables)

Introduction In this article, you will learn how to create simple or complex JSON file in Informatica just in a few clicks. We will use the Powerful Export JSON Command line Builder from ZappyShell. Using this Portable / xCopy style command line you can build nested/complex JSON / XML or even CSV from single / […]

How to download images from a web page using SSIS

Introduction The article shows how to download images from a web page using SSIS. Sometimes we need to download the images from a web page. In this post, we will show how to do this. Prerequisites Before we perform steps listed in this article, you will need to make sure following prerequisites are met: SSIS […]

How to save a list of files into a table using SSIS.

Introduction In this post, we will show how to save a list of files into a table a table using SSIS. The article will show how to get a list of files and then store the list of files into an Excel file. Prerequisites Before we perform the steps listed in this article, you will […]

How to get all URLs from emails from Outlook

Introduction This time we will explain how to get all URLS from emails using MS Outlook. Sometimes we need get all URLs from emails. In this post, we will show how to do this. Step by step using SSIS. Microsoft Graph API is a unified way to access many Microsoft services API including Office 365 API Prerequisites Before […]

How to add row numbers in SSIS data flow

Problem Sometimes Data Flow source does not contain an ID column, or a number indicating a row number, which you need in further steps. To solve this, you may use a free ZappySys PowerPack component Template Transform. So let’s take a look at how to accomplish that.     Tip Add Template Transform Go to […]

How to compare records in SSIS using hash

Introduction In this blog,  we are going to learn to how to compare records in SSIS using hash method. We will use FREE Template Transform component along with Sort Transform, Merge Join Transform and Conditional Split Transform. We will see how to produce hash value from multiple columns and later compare source\target hash values to detect changes\new rows. Data […]