Working with Business Central/NAV REST API v2 in SSIS
This post will walk through how to query the Dynamics Business Central/NAV REST API data using the Premium OData Source component.
Working with Microsoft Graph API in SSIS using KingswaySoft Productivity Pack
This blog post demonstrates how to use the Premium OData Source component to work with SharePoint site data through Microsoft Graph REST API.
Working with SharePoint Online through OData v4 Endpoint
This post will give examples of how to query the SharePoint REST API data with filters and expanded properties, invoke functions using Premium OData Source component.
Proper Output Handling with KingswaySoft JSON Destination Component
When working with REST API, a common scenario may arise where there could be additional information returned from the API response and user needs to process and handle, in some cases it is extremely value to save such results. The challenge is the response returned by the service call is different from service to service. This blog post will demonstrate how to configure KingswaySoft JSON Destination component to send out JSON formatted request and extract API response and associate the response back to the original input rows to provide the most accurate reporting and troubleshooting.
Performing File Upload Using HTTP Multipart Requests in SSIS
In this blog post, we will discuss how to perform file upload using HTTP multipart/form-data format in SSIS without having to write a single line of code.
Paging REST requests in SSIS using KingswaySoft JSON Source Component
In this blog post, we will be going through some of the most common API pagination methods and demonstrate how to configure KingswaySoft JSON Source component to send out the paginated requests in SSIS.
Setting KingswaySoft Component Properties Dynamically
Parameterizing a component has many advantages over hardcoding the value. In this blog, we will see how parametrization can be done easily in KingswaySoft components.
Working with Dynamics 365 WebAPI in your ETL Process
WebAPI is the latest web service interface for the CDS and Microsoft Dynamics 365 Customer Engagement platform. Working with WebAPI comes with a number of benefits. This blog post discusses how WebAPI can be used in your SSIS ETL process.