SSIS REST API Source (JSON Connector)SSIS REST API Source (JSON Source) can be used to extract and output JSON data from REST API (Web URL), JSON files or direct JSON string (direct value, variables or database column). This REST API component also supports JSONPath to filter data from nested array/sub-documents. This component is optimized to work with very large files. If you are consuming XML Based format then check this component instead. Features
|
||||
|
View All Tasks | |||
Featured Articles
|
ScreenshotsUseful LinksSystem Requirements
REST API Mode: Loading REST API data to SQL table (Specify URL, HTTP Method, Headers, Body)
JSON File Mode: Loading JSON Files to SQL table, Use Wildcard for reading multiple JSON files
Direct Value Mode: Reading JSON string to SQL Table (Syntax Highlighting, Preview, filter)
Using JSONPath to extract / de-normalize nested hierarchy (Extract data from Array)
REST API Pagination Options
Select JSON Output columns, Edit SSIS Metadata for JSON Output
Extract Multiple Outputs from JSON (using SSIS REST API Source (JSON Source) and JSON Parser Transform)
SSIS Example: Loading JSON API to SQL Table with Error Handling
References
- Read Twitter data using SSIS REST API Source (JSON Source)
- Read Zendesk data using SSIS REST API Source (JSON Source)
- Json Homepage
- Json Online Viewer, Formatter
- What is Json – Wiki
See Also
Click here to learn more about System Requirements