Handling In-Memory File Download and Parsing using KingswaySoft
Downloading JSON or XML files typically requires saving them to a local staging area first. With KingswaySoft’s SSIS Productivity Pack, you can skip that step by processing the data entirely in memory. In this blog post, we demonstrate how this can be achieved.
Implementing OAuth REST Connections for NetSuite in SSIS Processes
In NetSuite, we have introduced the option to work with REST Token-Based authentication to establish a connection with your NetSuite environment. This modern approach offers flexibility with access to objects and the actions to perform on them and is lightweight.
Use Azure Managed Identity Authentication to Secure your Dataverse/Dynamics CRM Connections
Azure AD (Microsoft Entra ID) Enterprise Applications have long provided robust authentication for Dynamics 365/Dataverse integrations using client secrets or certificates - proven methods that remain secure when properly managed. However, for teams seeking to further streamline operations and align with modern Azure-native practices, we’re thrilled to announce the newly added Azure Managed Identity authentication option in the Dataverse/CDS/CRM Connection Manager in our v25.1 release of SSIS Integration Toolkit for Microsoft Dynamics 365 made available on April 4, 2025.
Schedule and Automate SSIS Package Executions Using KingswaySoft Integration Gateway
There are various ways to schedule and run SSIS packages once deployed onto a server with integration services enabled on it. In this blog post, we will be going over the steps that are involved to easily schedule your packages and automate the process using our KingswaySoft Integration Gateway, which is an easy and efficient approach.
Working with Custom Attributes in Azure Active Directory using KingswaySoft
While working with Azure Active Directory (AD) objects like users and groups, if you require additional fields to fit your requirements, these can be managed by creating custom extension attributes. These are user-defined custom metadata that can be created in the Azure portal or through the API. In this blog post, we will go over the steps involved in manually adding and working with these custom extension attributes in your SSIS data flow using KingswaySoft.
Working with Shopify API using KingswaySoft GraphQL Components
GraphQL offers significant advantages over REST, making it the preferred choice for Shopify integrations. In this blog, we'll show how to configure KingswaySoft's GraphQL components to efficiently connect, read, and write data to Shopify's GraphQL API. From authentication and pagination to querying nested data, we'll cover key setup steps and best practices for optimizing your integration.
Achieve Incremental/Delta Data Load Logic in Any Data Flow with KingswaySoft
Having an incremental load or capturing delta changes is crucial for any integration scenario. This increases efficiency and allows to reduce the load during each package execution run by reading only the changes that occurred after the last execution from the Source system. In this blog post, we will show you a simple design using KingswaySoft components that can be applied to almost any data flow requiring incremental load capabilities.
Applying Assignment Rules During Salesforce Integration Using KingswaySoft
Assignment rules are a set of criteria that determine how a lead or case will be assigned. They are a powerful feature in Salesforce that can help automate your organization's process for working with leads and cases. In this blog post, we will go over how to create Assignment Rules and how to effectively use them when importing records with Kingswaysoft SSIS Integration toolkit for Salesforce.
Connect to Your Azure SQL Instance in SSIS ETL Process Using Modern Authentication
This blog post will walk you through various methods we have implemented for working with OAuth in our Premium SQL Server components, providing secure access for applications and users.
Introducing Firestore NoSQL Component for Handling Complex Data Structures
Firestore is a popular NoSQL database and offers some advantages over traditional relational database models. With its scalability, querying, and indexing capability, complex data structure can be easily handled for real-time business requirements. KingswaySoft offers Firestore components to connect, read, and write to it. In this blog post, we will delve into such a scenario for handling the data.
Setting Up Modern OAuth Connections for Salesforce
Switching to modern Salesforce OAuth helps enhance the security of your integration connection. For this reason, we have outlined the benefits of making the transition. This walkthrough covers creating a Salesforce app for OAuth, gathering the necessary information, and setting up a Salesforce Connection Manager to connect to your Salesforce application for integration purposes.
Working With Dynamics CRM Action Outputs Using KingswaySoft
In Dynamics 365 CE/CRM, Actions are a type of process that can be invoked to perform a specific task. They supports input parameters that can be passed in as arguments if required, as well as Output parameters to obtain a status or any parsed value. In our KingswaySoft Dynamics CRM Destination component, you can easily trigger an Action by using the ExecuteWorkflow option and configure the output parameters as well. In this blog post, we will go through the steps to accomplish this.
Easily Translate CRM Option Values Using KingswaySoft
When writing to Dynamics 365 CE/CRM entities, it is important to remember that when dealing with Option values or Choice type fields, these are a set of defined values applicable for a field within the scope of the Dynamics 365 CRM instance. Your source component may have a different value set for the same field, which is common when the Source is not a Dynamics 365 CRM instance. In this blog post, we will show you how to use KingswaySoft's Option Value Mapping feature to translate and handle such fields easily.
Extracting Information with Ease Using KingswaySoft JSON/XML Extract Task
In your ETL integration development, you might run into a situation where you need to obtain some information from a JSON or XML file served by an HTTP service endpoint via either SOAP or REST framework. Without a proper strategy, this process design can impose some interesting challenges. In this blog post, we will showcase how to use our HTTP Requester Task and JSON Extract Task to accomplish this with ease.
Build a More Resilient Message Queue Processing Flow Using KingswaySoft
Message queues are pivotal when it comes to communicating within a system or between multiple systems. It allows different parts of a system to communicate and process operations asynchronously. A message queue provides a lightweight buffer that temporarily stores messages and endpoints, which allow client components to connect to the queue and send and receive messages. KingswaySoft has various message queue components and control flow tasks that can be used in your integration workflow. Today, we will be looking into a specific constraint that queues could cause with higher volumes of messages, and how these can easily be handled within SSIS with KingswaySoft.
Automate Exporting and Emailing Power BI Reports with KingswaySoft
Power BI reports are a great way to get quick and detailed snapshots of data sources. In this blog post, we will discuss how to export reports in your preferred offline format (such as PDF) and send them to any email address required, all within a single data flow. Additionally, you will be able to dynamically set how frequently to send the report and to add or remove recipients receiving this email.
Effective Use of KingswaySoft Email Destination to Send Emails with Attachments
Sending emails is a common scenario in integrations, whether for logging a process status, sending a periodic report, job monitoring, etc. Handling this within the SSIS package can be advantageous in many ways, and with KingswaySoft's Email Destination Component, we make it as easy as possible.