SSIS JSON Source (File, REST API, OData)JSON Source Connector can be used to extract and output JSON data stored in local JSON files, JSON data coming from REST API web service calls (Web URL) or direct JSON String (variables or DB columns). JSON component also supports JSONPath to filter data from nested array/sub-documents. This component is optimized to work with very large files. Features
|
|
Download Help File Buy | View All Tasks |
File Mode: Loading JSON Files to SQL table, Use Wildcard for reading multiple JSON files
API Mode: Loading REST API data to SQL table (Specify URL, HTTP Method, Headers, Body)
Direct String Mode: Reading JSON string to SQL Table (Syntax Highlighting, Preview, filter)
Using JSONPath to extract / de-normalize nested hierarchy (Extract data from Array)
OAuth Connection Support (OAuth 1.0 / 2.0)
HTTP Connection Support (Token / Basic Auth)
REST API Pagination Options
Select JSON Output columns, Edit SSIS Metadata for JSON Output
Array Flattening Option
Extract Multiple Outputs from JSON (using JSON Source and JSON Parser Transform)
SSIS Example: Loading JSON API to SQL Table with Error Handling
Articles / Tutorials
- How to do REST API integration in SSIS (Using REST API Task / JSON Source / XML Source)
- Understanding REST API Pagination in SSIS (5 different methods)
- How to do HTTP POST in SSIS (Send data to Web API url)
- How to get data from Facebook in SSIS using REST API
- How to parse multi-dimensional JSON array in SSIS (4 different methods)
Click here to see all articles for [SSIS JSON Source (File/REST)] category
How to read YouTube API data in SSIS (Videos, Channels, Playlists)Introduction In last few articles we saw how to read data from various Google Services. In this article we will see how to read YouTube API data in SSIS. This blog mainly focus on SSIS approach but steps mentioned to call Google APIs can be useful for any developer regardless which programming language or toolset […] |
Read Freshdesk data in SSIS – REST API CallIntroduction In this post we will learn how to read Freshdesk data in SSIS using ZappySys JSON / REST API Source. We will see how to authenticate, paginate / parse and load Freshdesk data into SQL Server Table in just few clicks. If you don’t use Freshdesk and considering using Zendesk instead then check our previous […] |
Create Excel File in SSIS (Read from JSON / XML)Introduction In this post, we will learn how to Create Excel File in SSIS from source like JSON / XML. We will use SSIS PowerPack to connect and query a JSON or XML file. This article also covers creating Excel from JSON File. JSON stands for JavaScript Object Notation and it is an Open and Standard format to […] |
Load data from Exact Online into SQL Server using SSISIntroduction In this article, you will learn how to load data from Exact Online into SQL Server using SSIS. Exact Online is a popular CRM, ERP and HRM tool which also lets you manage your finances. As an example, we will use Exact Online contacts as data to load it into a SQL Server database. […] |
Read / Write Shopify data in SSIS (REST API)Introduction In our previous article, we saw how to call REST API in SSIS. Now in let’s use that knowledge and learn how to read/write Shopify data in SSIS. If you are not aware of Shopify then its one of the most popular eCommerce platforms out there for small shops who sell online. Shopify provides […] |
SSIS Magento data Read / Write using REST API CallIntroduction In this post we will lean SSIS Magento data read / write operations. Magento is a very popular eCommerce platform and they offer JSON based REST APIÂ and XML based SOAP API. You can use either API based on your need to automate common integration needs. We recommend using REST API (JSON API) if possible […] |
How to read data from Splunk in SSISIntroduction Splunk is commonly used for searching, monitoring, and analyzing machine-generated big data, via a Web-style interface. In this post, you will learn how to implement Splunk API Integration with SQL Server or any other RDBMS (e.g. Oracle, MySQL, Postgresql) using SSIS in a few clicks. We will use SSIS XML Source Connector to Read data from Splunk and Load into SQL Server / […] |
Read Salesforce Marketing Cloud data in SSIS (ExactTarget API)Introduction In this post we will learn how to call Salesforce Marketing Cloud API using SSIS and load into SQL Server. We will show you use case of SSIS REST API Task and SSIS JSON Source Basically there are two steps to call Salesforce Marketing Cloud API Obtain ClientID and ClientSecret ( Check these steps ) Get Access Token by […] |
Read Visual Studio Team Services data in SSIS (TFS Online) â Call REST API / Load to SQL ServerIntroduction In this blog, we will learn How to read Visual Studio Team Services data in SSIS and load into SQL Server Table, along with few other topics such as. How to register an OAuth App for Visual studio Team Service – TFS Online (Team Foundation Server) REST API Call How to read all Issues data […] |
How to read Constant Contact data in SSIS â Call REST API / Load to SQL ServerIntroduction In this blog, we will learn How to read Constant Contact data in SSIS and load into SQL Server Table, along with few other topics such as how to generate an API Token using Mashery Developer Account for Constant Contact REST API Call, how to read all Contacts from Constant Contact with SSIS and […] |