![]() SSIS JSON File Destination (Create JSON File)SSIS JSON Destination can be used to generate simple or complex JSON files out of relational data source such as SQL Server, Oracle, MySQL. In few clicks you can create desired JSON Shape from single or multiple tables (Parent/Child Nested Documents) Features
|
|
|||
|
View All Tasks Like This |
JSON File Destination – Create JSON File from input data source (Convert SQL to JSON)

SSIS JSON File Destination – Convert SQL to JSON File
JSON File Destination – Layout Editor (Define nested elements and Parent-Child relation)

JSON File Destination – Layout Editor (Define nested elements and Parent-Child relation)
JSON File Destination – Add/Edit input Dataset

JSON File Destination – Add/Edit input Dataset
JSON File Destination – Add/Edit Attribute

JSON File Destination – Add/Edit Attribute
JSON File Destination – Add/Edit Document Array

JSON File Destination – Add/Edit Document Array
JSON File Destination – Add/Edit Value Array

JSON File Destination – Add/Edit Value Array
How to export JSON in 2D Array format
If you have to export JSON as 2D array format then you can change following option.
You can select either Add Document Array or Add Value Array option based on your requirement, just like the below screenshot.

JSON Generator OR Destination – Add Document OR Value Array
In Add/Edit Element modal, you can select Output as Compact 2D Array checkbox, as highlighted in the below screenshot.

JSON Generator OR Destination – Add Edit Element for 2D Array
Here are examples of output for each option.
Select say you have source data with 2 columns id and name.
Default
[{id:1,name:"AA"}, {id:2,name:"BB"}]
Multicontent
{id:1,name:"AA"}{id:2,name:"BB"}
ArrayDocs
[{id:1,name:"AA"}, {id:2,name:"BB"}]
Array2D
[[1,"AA"],[2,"BB"]]
Array2DWithHeader
[["id","name"],[1,"AA"],[2,"BB"]]
ArrayLines
[1,"AA"][2,"BB"]
ArrayLinesWithHeader
["id","name"][1,"AA"][2,"BB"]
Articles / Tutorials
Click here to see all articles for [SSIS JSON File Destination] category
Calling SharePoint 365 REST API in SSIS
|
5 Ways to Export JSON from SQL Server using SSIS
|
See Also
- SSIS XML Source Connector
- SSIS Export Excel Task
- SSIS Export CSV Task
- SSIS MongoDB Source Adapter
- SSIS MongoDB Destination Adapter
Articles/Posts

SQL Server JSON Export from Table or Query Data
Contents1 Introduction2 The problem3 Solution4 Export SQL Server data to JSON using SSIS PowerPack5 Export SQL Server data to JSON using ZappyShell Command line6 SQL Server JSON Export – Single table7 SQL Server JSON Export – Multiple tables8 SQL Server JSON Export – Multiple tables (using pattern)9 SQL Server JSON Export – SQL Query10 Using […]

SQL Server Excel Export from Table or Query data
Contents1 Introduction2 The problem3 Solution3.1 Export Tables to CSV Using – ZappyShell Command Line Tools3.2 Export Tables to CSV Using – SSIS Export CSV File Task4 Download and Install ZappyShell Command Line Tools5 SQL Server Excel Export – Single table6 SQL Server Excel Export – Multiple tables7 SQL Server Excel Export – Multiple tables (using […]

Oracle CSV Export from Table or Query Data
Contents1 Introduction2 Download and Install ZappyShell Command Line Tools3 Download and Install Oracle Drivers3.1 Sample Oracle ODBC Connection String3.2 Sample Oracle OLEDB Connection String4 Oracle CSV Export – Single table5 Oracle CSV Export – Multiple tables6 Oracle CSV Export – Multiple tables (using pattern)7 Oracle CSV Export – SQL Query8 Oracle CSV Export – Split […]

SQL Server CSV Export from Table or Query Data
Contents1 Introduction2 Download and Install ZappyShell Command Line Tools3 Download and Install SQL Server Drivers3.1 Sample ADO.net Connection String (No driver needed)3.2 Sample ODBC Connection String (SQL Native Client Driver)3.3 Sample OLEDB Connection String (SQL Native Client Driver)4 SQL Server CSV Export – Single table5 SQL Server CSV Export – Multiple tables6 SQL Server CSV […]

MySQL Excel Export from Table or Query result
Contents1 Introduction2 The problem3 Solution4 Download and Install MySQL ODBC Driver5 Download and Install ZappyShell Command Line Tools6 MySQL Excel Export – Single table7 MySQL Excel Export – Multiple tables8 MySQL Excel Export – Multiple tables (using pattern)9 MySQL Excel Export – SQL Query10 MySQL Excel Export – Split Files and Tabs10.1 MySQL Excel Export […]

MySQL CSV Export from Table or Query result
Contents1 Introduction2 Download and Install MySQL ODBC Driver3 Download and Install ZappyShell Command Line Tools4 MySQL CSV Export – Single table5 MySQL CSV Export – Multiple tables6 MySQL CSV Export – Multiple tables (using pattern)7 MySQL CSV Export – SQL Query8 MySQL CSV Export – Split Files8.1 MySQL CSV Export – Split By Row Count8.2 […]

MySQL JSON Export from Table or Query result
Contents1 Introduction2 The problem3 Solution4 Download and Install MySQL ODBC Driver5 Download and Install ZappyShell Command Line Tools6 MySQL JSON Export – Single table7 MySQL JSON Export – Multiple tables8 MySQL JSON Export – Multiple tables (using pattern)9 MySQL JSON Export – SQL Query10 Using Map File for nested MySQL JSON Export11 MySQL JSON Export […]
References
Keywords
- How to export data to XML file in SSIS
- Generate XML file in SSIS
- Produce XML file in SSIS
- Create XML file in SSIS
- Create nested XML file in SSIS